Fifo: Use SyncGPU timings for single core.

This commit is contained in:
degasus
2016-01-10 12:18:45 +01:00
parent 22b5d89bf1
commit 735da0ed69
3 changed files with 100 additions and 68 deletions

View File

@ -70,7 +70,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
static std::thread g_save_thread;
// Don't forget to increase this after doing changes on the savestate system
static const u32 STATE_VERSION = 58;
static const u32 STATE_VERSION = 59; // Last changed in PR 3490
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,