Fifo: More comments for SyncGPU functions.

This commit is contained in:
degasus
2016-01-20 19:42:37 +01:00
parent cf4478dc92
commit 4295751662
2 changed files with 13 additions and 5 deletions

View File

@ -71,7 +71,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 = 50; // Last changed in PR 3457
static const u32 STATE_VERSION = 51; // Last changed in PR 3530
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,