mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
Merge pull request #3976 from JosJuice/shutdown-clear-codes
PatchEngine: Clear active codes on shutdown
This commit is contained in:
commit
69bf05b302
@ -224,6 +224,9 @@ void ApplyFramePatches()
|
|||||||
void Shutdown()
|
void Shutdown()
|
||||||
{
|
{
|
||||||
onFrame.clear();
|
onFrame.clear();
|
||||||
|
speedHacks.clear();
|
||||||
|
ActionReplay::ApplyCodes({});
|
||||||
|
Gecko::SetActiveCodes({});
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user