From d5878d783baf26c9184e9aff5c1afa06bc19fd5e Mon Sep 17 00:00:00 2001 From: gigaherz Date: Wed, 16 Jun 2010 20:28:17 +0000 Subject: [PATCH] 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 --- 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 97b09a7e7b..f292512559 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 = 0x0006; + static const u32 SAVE_VERSION = 0x0007; static void wipe_the_cache() {