mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Merge pull request #4341 from degasus/syncgpufix
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