From a0c8ad95118b4d5fcd8c1713e2aba8be78793b9b Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Wed, 15 Dec 2021 23:39:53 +0000 Subject: [PATCH] Savestate: Bump version --- pcsx2/SaveState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/SaveState.h b/pcsx2/SaveState.h index 417f6f512b..069a9bcd07 100644 --- a/pcsx2/SaveState.h +++ b/pcsx2/SaveState.h @@ -31,7 +31,7 @@ enum class FreezeAction // the lower 16 bit value. IF the change is breaking of all compatibility with old // states, increment the upper 16 bit value, and clear the lower 16 bits to 0. -static const u32 g_SaveVersion = (0x9A29 << 16) | 0x0000; +static const u32 g_SaveVersion = (0x9A2A << 16) | 0x0000; // the freezing data between submodules and core // an interesting thing to note is that this dates back from before plugin