summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-01 03:30:53 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-01 03:30:53 +0000
commit148d5d830c96977d7aa5896f18554af7a78bf300 (patch)
tree6c91bde0506151d402758a333c62115abd0ea1de /libpcsxcore
parent2e36bbeb7b7471fb425aa9bb546d60787cbdba29 (diff)
downloadpcsxr-148d5d830c96977d7aa5896f18554af7a78bf300.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67247 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/cdrom.c2
-rw-r--r--libpcsxcore/misc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index 2d5d0e70..8bfa58f7 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -2451,7 +2451,7 @@ void cdrReset() {
}
int cdrFreeze(gzFile f, int Mode) {
- uintptr_t tmp;
+ unsigned int tmp;
if( Mode == 0 ) {
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c
index 98a8738e..0269a8d4 100644
--- a/libpcsxcore/misc.c
+++ b/libpcsxcore/misc.c
@@ -498,7 +498,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 = 0x8b410006;
+static const u32 SaveVersion = 0x8b410007;
int SaveState(const char *file) {
gzFile f;