1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00

Fixed blocking of the ForceDirectDrawEmulation shim

See issue #280.
This commit is contained in:
narzoul 2024-04-22 22:13:53 +02:00
parent 6819ec1490
commit 2dae9c125d

View File

@ -448,6 +448,7 @@ namespace Win32
HOOK_REGISTRY_FUNCTION(RegQueryValueExW, regQueryValueExW);
Compat::hookIatFunction(Dll::g_origDDrawModule, "RegCreateKeyExA", ddrawRegCreateKeyExA);
Compat::hookIatFunction(Dll::g_origDDrawModule, "RegQueryValueExA", regQueryValueExA);
}
}
}