diff options
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; |
