SyncGPU: Fix savestate.

This commit is contained in:
degasus
2016-10-11 18:27:46 +02:00
parent a583d36c7f
commit 22681ad975
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)