mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
SyncGPU: Fix savestate.
This commit is contained in:
parent
a583d36c7f
commit
22681ad975
2 changed files with 2 additions and 1 deletions
|
@ -85,6 +85,7 @@ void DoState(PointerWrap& p)
|
|||
}
|
||||
|
||||
p.Do(s_sync_ticks);
|
||||
p.Do(s_syncing_suspended);
|
||||
}
|
||||
|
||||
void PauseAndLock(bool doLock, bool unpauseOnUnlock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue