Merge branch 'desync-fixes' into movie-fixes

This commit is contained in:
rog
2012-11-26 12:37:27 -05:00
9 changed files with 86 additions and 17 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 int STATE_VERSION = 8;
static const int STATE_VERSION = 9;
struct StateHeader
{