mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
added missing ExpansionInterface data to savestates, and related fixes (for savestate robustness)
This commit is contained in:
@ -402,6 +402,8 @@ void LoadFileStateCallback(u64 userdata, int cyclesLate)
|
||||
|
||||
ResetCounters();
|
||||
|
||||
HW::OnAfterLoad();
|
||||
|
||||
g_op_in_progress = false;
|
||||
|
||||
g_loadDepth--;
|
||||
|
Reference in New Issue
Block a user