X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fmisc.c;h=3236945751c36471b53128fb7410bd729f590866;hp=38a516cd72f0904f1830161032a0320e1409cb07;hb=d28b54b1d1d161b3f3acc3299c43106a022451e6;hpb=96d9fde1230e5ae6de069ff9e4a0f16185650ab5 diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 38a516cd..32369457 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -458,7 +458,7 @@ static const char PcsxHeader[32] = "STv4 PCSX v" PACKAGE_VERSION; // Savestate Versioning! // If you make changes to the savestate version, please increment the value below. -static const u32 SaveVersion = 0x8b410004; +static const u32 SaveVersion = 0x8b410005; int SaveState(const char *file) { gzFile f;