SPU2-X: Bump savestate version since I broke compatibility with r4754

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4756 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1@gmail.com 2011-06-22 11:49:49 +00:00
parent 9e34391cde
commit ddaea35d6e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace Savestate
// versioning for saves.
// Increment this when changes to the savestate system are made.
static const u32 SAVE_VERSION = 0x0007;
static const u32 SAVE_VERSION = 0x0008;
static void wipe_the_cache()
{