From c5b4bf6974fbfd05b6e75c494d11569756034e36 Mon Sep 17 00:00:00 2001 From: "SND\\notaz_cp" Date: Wed, 9 Jan 2013 01:19:05 +0000 Subject: savestate compatibility lost, sorry cdrom needed more data, mdec no longer saves pointers git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82134 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/misc.c') diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index ecd96202..30073a28 100755 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -499,7 +499,7 @@ static const char PcsxrHeader[32] = "STv4 PCSXR v" PACKAGE_VERSION; // Savestate Versioning! // If you make changes to the savestate version, please increment the value below. -static const u32 SaveVersion = 0x8b410007; +static const u32 SaveVersion = 0x8b410008; int SaveState(const char *file) { gzFile f; -- cgit v1.2.3