From 6314d413f9d5a52febaeafbe172bb41a3f14fc35 Mon Sep 17 00:00:00 2001 From: sudonim1 Date: Thu, 6 May 2010 00:49:08 +0000 Subject: [PATCH] Save state version bump. Since I changed VIF structures in the last commit, state compatibility was broken. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2955 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/SaveState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/SaveState.h b/pcsx2/SaveState.h index b47d7519d2..920f5385c7 100644 --- a/pcsx2/SaveState.h +++ b/pcsx2/SaveState.h @@ -24,7 +24,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 = 0x8b420000; +static const u32 g_SaveVersion = 0x8b430000; // this function is meant to be used in the place of GSfreeze, and provides a safe layer // between the GS saving function and the MTGS's needs. :)