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
This commit is contained in:
crediar@rypp.net 2012-07-19 08:24:10 +00:00
parent 772f3001ac
commit e875a2108e
1 changed files with 3 additions and 0 deletions

View File

@ -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;