Skip to content

Commit

Permalink
AppUI: Skip DLL wrappers when launching Chocobo World
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Dec 15, 2024
1 parent b92d579 commit f4540f4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions AppUI/Classes/GameLauncher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,14 @@ public static async Task<bool> 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
Expand Down

0 comments on commit f4540f4

Please sign in to comment.