Merge pull request #4341 from degasus/syncgpufix

SyncGPU: Fix savestate.
This commit is contained in:
Mat M
2016-10-12 07:23:38 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -85,6 +85,7 @@ void DoState(PointerWrap& p)
}
p.Do(s_sync_ticks);
p.Do(s_syncing_suspended);
}
void PauseAndLock(bool doLock, bool unpauseOnUnlock)