From 50bc0193ac39edd2ec1f9abc5f5e464292f028bf Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Mon, 2 Jun 2025 01:30:50 +0200 Subject: [PATCH] Core: Bump savestate version. [SAVEVERSION+] --- pcsx2/SaveState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/SaveState.h b/pcsx2/SaveState.h index feab394dd7..b175a6962e 100644 --- a/pcsx2/SaveState.h +++ b/pcsx2/SaveState.h @@ -25,7 +25,7 @@ enum class FreezeAction // [SAVEVERSION+] // This informs the auto updater that the users savestates will be invalidated. -static const u32 g_SaveVersion = (0x9A53 << 16) | 0x0000; +static const u32 g_SaveVersion = (0x9A54 << 16) | 0x0000; // the freezing data between submodules and core