mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Add AR Code Whitelist Approval
This commit is contained in:
@@ -198,7 +198,7 @@ void LoadPatches()
|
||||
else
|
||||
{
|
||||
Gecko::SetActiveCodes(Gecko::LoadCodes(globalIni, localIni), sconfig.GetGameID());
|
||||
ActionReplay::LoadAndApplyCodes(globalIni, localIni);
|
||||
ActionReplay::LoadAndApplyCodes(globalIni, localIni, sconfig.GetGameID());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -335,7 +335,7 @@ bool ApplyFramePatches(Core::System& system)
|
||||
void Shutdown()
|
||||
{
|
||||
s_on_frame.clear();
|
||||
ActionReplay::ApplyCodes({});
|
||||
ActionReplay::ApplyCodes({}, "");
|
||||
Gecko::Shutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user