From a3d1b9aba749130414edcf9fe03c45a0c1810478 Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Fri, 24 Jan 2014 00:15:56 -0500 Subject: [PATCH] Increase save state version. --- Source/Core/Core/State.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/State.cpp b/Source/Core/Core/State.cpp index f33003fdb1..1d5f720336 100644 --- a/Source/Core/Core/State.cpp +++ b/Source/Core/Core/State.cpp @@ -59,7 +59,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 = 20; +static const u32 STATE_VERSION = 21; enum {