From f4540f42103d7b5576dddf536e25dc62a392cc96 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 15 Dec 2024 22:21:31 +0100 Subject: [PATCH] AppUI: Skip DLL wrappers when launching Chocobo World --- AppUI/Classes/GameLauncher.cs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/AppUI/Classes/GameLauncher.cs b/AppUI/Classes/GameLauncher.cs index fd984dd..b40cd90 100644 --- a/AppUI/Classes/GameLauncher.cs +++ b/AppUI/Classes/GameLauncher.cs @@ -366,11 +366,14 @@ public static async Task LaunchGame(bool varDump, bool debug, bool launchW return false; } - // - // Copy J8Wrapper* dlls to FF8 - // - Instance.RaiseProgressChanged(ResourceHelper.Get(StringKey.CopyingEasyHookToFf8PathIfNotFoundOrOlder)); - CopyJ8WrapperDlls(); + if (!launchChocobo) + { + // + // Copy J8Wrapper* dlls to FF8 + // + Instance.RaiseProgressChanged(ResourceHelper.Get(StringKey.CopyingEasyHookToFf8PathIfNotFoundOrOlder)); + CopyJ8WrapperDlls(); + } // // Inherit FFNx Config keys from each mod