adjust logging

This commit is contained in:
FunkyFr3sh 2020-07-25 05:54:09 +02:00
parent 417f6a6676
commit bbd67907c0
2 changed files with 3 additions and 1 deletions

View file

@ -65,6 +65,8 @@ static HRESULT WINAPI fake_DICreateDevice(IDirectInputA *This, REFGUID rguid, LP
static HRESULT WINAPI fake_DirectInputCreateA(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUTA* lplpDirectInput, LPUNKNOWN punkOuter)
{
printf("??? DirectInputCreateA\n");
DInputCreateA =
(DIRECTINPUTCREATEAPROC)GetProcAddress(GetModuleHandle("dinput.dll"), "DirectInputCreateA");