From e1e7791dffdede3bdfc5b450184ec026777c5187 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Fri, 15 Jul 2022 13:13:51 +0200 Subject: [PATCH] Core: Bump savestate version. --- pcsx2/SaveState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/SaveState.h b/pcsx2/SaveState.h index 4b881fed32..37c0d68f0a 100644 --- a/pcsx2/SaveState.h +++ b/pcsx2/SaveState.h @@ -33,7 +33,7 @@ enum class FreezeAction // [SAVEVERSION+] // This informs the auto updater that the users savestates will be invalidated. -static const u32 g_SaveVersion = (0x9A2D << 16) | 0x0000; +static const u32 g_SaveVersion = (0x9A2E << 16) | 0x0000; // the freezing data between submodules and core