mirror of https://github.com/PCSX2/pcsx2.git
I was just reminded savestates do exist, and my changes make current states incompatible.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3216 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
16bceab316
commit
d5878d783b
|
@ -25,7 +25,7 @@ namespace Savestate
|
|||
|
||||
// versioning for saves.
|
||||
// Increment this when changes to the savestate system are made.
|
||||
static const u32 SAVE_VERSION = 0x0006;
|
||||
static const u32 SAVE_VERSION = 0x0007;
|
||||
|
||||
static void wipe_the_cache()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue