mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
GeckoCode: Save installation state to savestates
Because of the way this works, randomly overwriting the handler when loading a savestate will break things because of the self-modifying nature of the handler.
This commit is contained in:
parent
b3547870ee
commit
09372a55da
4 changed files with 39 additions and 16 deletions
|
@ -260,7 +260,7 @@ void Shutdown()
|
|||
onFrame.clear();
|
||||
speedHacks.clear();
|
||||
ActionReplay::ApplyCodes({});
|
||||
Gecko::SetActiveCodes({});
|
||||
Gecko::Shutdown();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue