From e875a2108e9f3b4d58cef7456d8b3eb94a418c35 Mon Sep 17 00:00:00 2001 From: "crediar@rypp.net" Date: Thu, 19 Jul 2012 08:24:10 +0000 Subject: [PATCH] We are still looking for competent contributors (JPN and 480p results especially) for our compatibility list ( http://crediar.no-ip.com/gc ) Please come to #DM on efnet if you want to help! *Fixed a bug which ignored the DML_CFG_PADHOOK setting and always patched PADHOOK (fixes PSO1&2) git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@20 be6c1b03-d731-4111-a574-e37d80d43941 --- Patches.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Patches.c b/Patches.c index 92103ef..2912a4e 100644 --- a/Patches.c +++ b/Patches.c @@ -839,6 +839,9 @@ void DoPatches( char *ptr, u32 size, u32 SectionOffset ) } break; case 0xdead000B: // PADRead hook { + if( !ConfigGetConfig(DML_CFG_PADHOOK) ) + break; + //Find blr j=0;