mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
Merge pull request #4341 from degasus/syncgpufix
SyncGPU: Fix savestate.
This commit is contained in:
commit
b15bcc6aa0
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