From ddaea35d6e9b5bdbc7e48acf8a0976328e3afaac Mon Sep 17 00:00:00 2001 From: "sudonim1@gmail.com" Date: Wed, 22 Jun 2011 11:49:49 +0000 Subject: [PATCH] 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 --- plugins/spu2-x/src/spu2freeze.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spu2-x/src/spu2freeze.cpp b/plugins/spu2-x/src/spu2freeze.cpp index f292512559..f61713839c 100644 --- a/plugins/spu2-x/src/spu2freeze.cpp +++ b/plugins/spu2-x/src/spu2freeze.cpp @@ -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() {