From dbc18fb43d097f1b2d82ec2fd1c39da20d968404 Mon Sep 17 00:00:00 2001 From: Simon Capriotti Date: Thu, 2 Jul 2026 21:04:47 +0200 Subject: [PATCH] Bump global savestate version --- rpcs3/Emu/savestate_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/savestate_utils.cpp b/rpcs3/Emu/savestate_utils.cpp index ba68dceba2..a1d8680c31 100644 --- a/rpcs3/Emu/savestate_utils.cpp +++ b/rpcs3/Emu/savestate_utils.cpp @@ -40,7 +40,7 @@ static std::array s_serial_versions; return ::s_serial_versions[identifier].current_version;\ } -SERIALIZATION_VER(global_version, 0, 21) // For stuff not listed here +SERIALIZATION_VER(global_version, 0, 22) // For stuff not listed here SERIALIZATION_VER(ppu, 1, 1, 2/*PPU sleep order*/, 3/*PPU FNID and module*/) SERIALIZATION_VER(spu, 2, 1) SERIALIZATION_VER(lv2_sync, 3, 1)