1
0
mirror of synced 2025-02-23 13:49:02 +01:00

Merge pull request #47 from lindbergh-loader/dkeruza-neo-patch-1

2 break; missing in patch.c
This commit is contained in:
Bobby Dilley 2025-01-09 10:11:46 +00:00 committed by GitHub
commit 6cd5bcf02f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -913,6 +913,7 @@ int initPatch()
// Shader Fixes
cacheModedShaderFiles();
}
break;
case THE_HOUSE_OF_THE_DEAD_4_SPECIAL_TEST:
{
detourFunction(0x0806e9ec, amDongleInit);
@ -928,6 +929,7 @@ int initPatch()
// CPU patch to support AMD processors
patchMemory(0x08054bf0, "9090909090"); //__intel_new_proc_init_P
}
break;
case THE_HOUSE_OF_THE_DEAD_4_SPECIAL_REVB:
{
detourFunction(0x08363438, amDongleInit);