mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-25 10:20:09 +00:00
SPU2-X: Forgot to bump the savestate version.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4776 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6d9c794a63
commit
5677ed5661
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user