diff --git a/src/dinput.c b/src/dinput.c index c78f2f5..55f97ba 100644 --- a/src/dinput.c +++ b/src/dinput.c @@ -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"); diff --git a/src/surface.c b/src/surface.c index 5eeb608..64c94b9 100644 --- a/src/surface.c +++ b/src/surface.c @@ -271,7 +271,7 @@ HRESULT __stdcall ddraw_surface_Blt(IDirectDrawSurfaceImpl *This, LPRECT lpDestR } else { - printf(" DDBLT_KEYSRC / DDBLT_KEYSRCOVERRIDE does not support stretching"); + printf(" DDBLT_KEYSRC / DDBLT_KEYSRCOVERRIDE does not support stretching\n"); } } else