X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fmisc.c;h=4a70b2f3f41195f92b1824e396ffd3367d7834f5;hp=d743b34b706575fef5935404435423c8a4aaf0a5;hb=df656ddecc69bddda9cf02285710127444e3d06d;hpb=4f3639fab62fa95f4bdc620b2e3500e717a0fcf3 diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index d743b34b..4a70b2f3 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 = 0x8b410005; +static const u32 SaveVersion = 0x8b410006; int SaveState(const char *file) { gzFile f;