Fixing wiimote savestate and recording.

This commit is contained in:
John Peterson
2012-12-03 21:14:25 -05:00
committed by rog
parent 983d5d1f73
commit 470a4eee8b
3 changed files with 28 additions and 76 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 = 9;
static const int STATE_VERSION = 10;
struct StateHeader
{