summaryrefslogtreecommitdiff
path: root/libpcsxcore/misc.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-08 01:35:47 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-08 01:35:47 +0000
commitf7d110c7a0ec03491e9fedc70d72a034a4b3dfe8 (patch)
treef74a433a37e5e3940705a0f9aa3ac6241a83f71c /libpcsxcore/misc.c
parent6500edc4bc71beb9c988c54de1a37046f321d5b3 (diff)
downloadpcsxr-f7d110c7a0ec03491e9fedc70d72a034a4b3dfe8.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/misc.c')
-rw-r--r--libpcsxcore/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c
index 9db4a6a2..8d99ef91 100644
--- a/libpcsxcore/misc.c
+++ b/libpcsxcore/misc.c
@@ -456,7 +456,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 = SWAPu32(0x8b410002);
+static const u32 SaveVersion = SWAPu32(0x8b410003);
int SaveState(const char *file) {
gzFile f;