From 511edc3388bb3b8285af8c818af27235773d4bce Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 7 Aug 2010 23:52:44 +0000 Subject: refactored the interrupt scheduling code a bit to make it a little more readable than using those "magic" numbers. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55866 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/misc.c') diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index ef492440..6d7b31dd 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 = 0x8b410004; +static const u32 SaveVersion = 0x8b410005; int SaveState(const char *file) { gzFile f; -- cgit v1.2.3