diff --git a/anime-game-core b/anime-game-core index 70725c3..3f74e34 160000 --- a/anime-game-core +++ b/anime-game-core @@ -1 +1 @@ -Subproject commit 70725c34c8620686e20099e0c655fe8bd4aebed0 +Subproject commit 3f74e34841e695fab91a907e1f24f3697ea691b8 diff --git a/src/config/patch.rs b/src/config/patch.rs index f95430a..b673399 100644 --- a/src/config/patch.rs +++ b/src/config/patch.rs @@ -25,7 +25,7 @@ impl Default for Patch { String::from("https://codespace.gay/Maroxy/dawnin") ], - apply_xlua: false, + apply_xlua: true, // Disable root requirement for patching if we're running launcher in flatpak root: !Path::new("/.flatpak-info").exists()