From c977382d270f1414c1691077120516ff27f01ee4 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 22 Mar 2023 22:39:42 +0200 Subject: [PATCH] feat: enabled xlua patch by default --- anime-game-core | 2 +- src/config/patch.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()