From 3ed58ffde05e7098de349f9712ddb62bbcf9766e Mon Sep 17 00:00:00 2001 From: Gauvain 'GovanifY' Roussel-Tarbouriech Date: Tue, 15 Jun 2021 16:39:21 +0200 Subject: [PATCH] sstate: bump version --- pcsx2/SaveState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/SaveState.h b/pcsx2/SaveState.h index 77123cc17a..9c37fccac3 100644 --- a/pcsx2/SaveState.h +++ b/pcsx2/SaveState.h @@ -28,7 +28,7 @@ // 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 = (0x9A1F << 16) | 0x0000; +static const u32 g_SaveVersion = (0x9A20 << 16) | 0x0000; // the freezing data between submodules and core // an interesting thing to note is that this dates back from before plugin