update state version

This commit is contained in:
rog 2012-10-23 02:31:16 -04:00
parent 5133ac551b
commit a1186d84df
1 changed files with 1 additions and 1 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
{