From 5677ed5661207d7dc2c9058e5744f46c121ce18d Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Sat, 25 Jun 2011 19:43:21 +0000 Subject: [PATCH] SPU2-X: Forgot to bump the savestate version. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4776 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 f76398083..c4229d1e1 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 = 0x0009; + static const u32 SAVE_VERSION = 0x000a; static void wipe_the_cache() {