diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-03 00:41:00 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-03 00:41:00 +0000 |
| commit | b0063e567d1882b0256e7752eb45a2164b9caeca (patch) | |
| tree | ba9a694df04d5edde3877aeb5aa055e1f39dafc5 /libpcsxcore/misc.c | |
| parent | 386f6485a3800b910ca47a0b4f9a28c6fc11624e (diff) | |
changed cdrom timing value so that it behaves the same as older revisions.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50743 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/misc.c')
| -rw-r--r-- | libpcsxcore/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 439bde10..9db4a6a2 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(0x8b410001); +static const u32 SaveVersion = SWAPu32(0x8b410002); int SaveState(const char *file) { gzFile f; |
