mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
SyncGPU: Fix savestate.
This commit is contained in:
@ -85,6 +85,7 @@ void DoState(PointerWrap& p)
|
||||
}
|
||||
|
||||
p.Do(s_sync_ticks);
|
||||
p.Do(s_syncing_suspended);
|
||||
}
|
||||
|
||||
void PauseAndLock(bool doLock, bool unpauseOnUnlock)
|
||||
|
Reference in New Issue
Block a user