2 break; missing in patch.c

This commit is contained in:
dkeruza
2025-01-08 17:57:56 -05:00
committed by GitHub
parent 6bc6bb6aad
commit b11c863c84
+2
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);