mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
parent
6819ec1490
commit
2dae9c125d
@ -448,6 +448,7 @@ namespace Win32
|
|||||||
HOOK_REGISTRY_FUNCTION(RegQueryValueExW, regQueryValueExW);
|
HOOK_REGISTRY_FUNCTION(RegQueryValueExW, regQueryValueExW);
|
||||||
|
|
||||||
Compat::hookIatFunction(Dll::g_origDDrawModule, "RegCreateKeyExA", ddrawRegCreateKeyExA);
|
Compat::hookIatFunction(Dll::g_origDDrawModule, "RegCreateKeyExA", ddrawRegCreateKeyExA);
|
||||||
|
Compat::hookIatFunction(Dll::g_origDDrawModule, "RegQueryValueExA", regQueryValueExA);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user