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
This commit is contained in:
sudonim1 2010-05-06 00:49:08 +00:00
parent 7c6f8877e8
commit 6314d413f9
1 changed files with 1 additions and 1 deletions

View File

@ -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. :)