1
0
mirror of synced 2024-11-24 02:00:09 +01:00

Add JenTest patch

This commit is contained in:
Bobby Dilley 2024-02-24 20:35:38 +00:00
parent 52dd782df3
commit e183fa89fa

View File

@ -384,10 +384,15 @@ int initPatch()
detourFunction(0x08066220, amDongleInit); detourFunction(0x08066220, amDongleInit);
detourFunction(0x080665a1, amDongleIsAvailable); detourFunction(0x080665a1, amDongleIsAvailable);
detourFunction(0x080664c5, amDongleUpdate); detourFunction(0x080664c5, amDongleUpdate);
detourFunction(0x080665c1, amDongleIsDevelop);
// Fixes // Fixes
detourFunction(0x08066156, amDipswGetData); detourFunction(0x08066156, amDipswGetData);
detourFunction(0x080661ce, amDipswSetLed); // Stub amDipswSetLed detourFunction(0x080661ce, amDipswSetLed); // Stub amDipswSetLed
detourFunction(0x08066044, amDipswInit); detourFunction(0x08066044, amDipswInit);
// Patch to allow selection of all cabinet types
patchMemory(0x08054ac4, "9090909090");
} }
break; break;
case THE_HOUSE_OF_THE_DEAD_4_REVA: case THE_HOUSE_OF_THE_DEAD_4_REVA: