Add Gecko Code Whitelist Approval

This commit is contained in:
LillyJadeKatrin
2024-11-27 21:21:25 -05:00
parent 78f3448e27
commit 13a1956cfa
7 changed files with 61 additions and 9 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ void LoadPatches()
}
else
{
Gecko::SetActiveCodes(Gecko::LoadCodes(globalIni, localIni));
Gecko::SetActiveCodes(Gecko::LoadCodes(globalIni, localIni), sconfig.GetGameID());
ActionReplay::LoadAndApplyCodes(globalIni, localIni);
}
}