core: update to newer interrupt code, seems to affect timings too
[pcsx_rearmed.git] / libpcsxcore / misc.c
index 38a516c..3236945 100644 (file)
@@ -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;