summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Fifo.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2016-10-11 18:27:46 +0200
committerdegasus <wickmarkus@web.de>2016-10-11 18:29:53 +0200
commit22681ad97576fa41d49717d5eafaebf08b69179a (patch)
tree21d27e6da7e5043361de08c0f487508ba36ca982 /Source/Core/VideoCommon/Fifo.cpp
parenta583d36c7f38fac9fb66c059bf6990bfd819591f (diff)
SyncGPU: Fix savestate.
Diffstat (limited to 'Source/Core/VideoCommon/Fifo.cpp')
-rw-r--r--Source/Core/VideoCommon/Fifo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Fifo.cpp b/Source/Core/VideoCommon/Fifo.cpp
index d3f9703823..374ddb07f3 100644
--- a/Source/Core/VideoCommon/Fifo.cpp
+++ b/Source/Core/VideoCommon/Fifo.cpp
@@ -85,6 +85,7 @@ void DoState(PointerWrap& p)
}
p.Do(s_sync_ticks);
+ p.Do(s_syncing_suspended);
}
void PauseAndLock(bool doLock, bool unpauseOnUnlock)