diff options
| author | rog <rdragoon@optonline.net> | 2012-10-23 02:31:16 -0400 |
|---|---|---|
| committer | rog <rdragoon@optonline.net> | 2012-10-23 02:31:16 -0400 |
| commit | a1186d84df0559d6d367d5d19331324a4858765c (patch) | |
| tree | 36335e103d66f8768b31fe519f75926c9fb59727 /Source/Core | |
| parent | 5133ac551b60ae0bfa635e2b2abc161efb823479 (diff) | |
update state version
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/State.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/Src/State.cpp b/Source/Core/Core/Src/State.cpp index 3f3e367349..cf01b78d5e 100644 --- a/Source/Core/Core/Src/State.cpp +++ b/Source/Core/Core/Src/State.cpp @@ -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 { |
