diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-09 01:19:05 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-09 01:19:05 +0000 |
| commit | c5b4bf6974fbfd05b6e75c494d11569756034e36 (patch) | |
| tree | 796f200d4bf7759217296c1d3b9d891058cffc51 /libpcsxcore | |
| parent | 52c169095fb38f452896b055b44430eb3b09d01d (diff) | |
| download | pcsxr-c5b4bf6974fbfd05b6e75c494d11569756034e36.tar.gz | |
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
Diffstat (limited to 'libpcsxcore')
| -rwxr-xr-x | libpcsxcore/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
