From 45979b673181c770b2a2e7c9c3c4c3faec337e31 Mon Sep 17 00:00:00 2001 From: "SND\\ckain_cp" Date: Thu, 24 Jul 2014 04:06:57 +0000 Subject: New config param HackFix which enables compatibility hacks on certain games and is disabled by default. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91052 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/psxcommon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore/psxcommon.h') diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 7e7713e8..fc1a0c02 100755 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -159,6 +159,7 @@ typedef struct { u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL u32 RewindCount; u32 RewindInterval; + u8 HackFix; #ifdef _WIN32 char Lang[256]; #endif -- cgit v1.2.3