mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
fix logging
This commit is contained in:
parent
188a41ee74
commit
7826505660
@ -85,7 +85,7 @@ static HRESULT WINAPI fake_did_GetDeviceData(
|
||||
LPDWORD pdwInOut,
|
||||
DWORD dwFlags)
|
||||
{
|
||||
//TRACE("DirectInput GetDeviceData\n");
|
||||
//TRACE("DirectInput GetDeviceData [%p]\n", _ReturnAddress());
|
||||
|
||||
HRESULT result = real_did_GetDeviceData(This, cbObjectData, rgdod, pdwInOut, dwFlags);
|
||||
|
||||
@ -107,7 +107,7 @@ static HRESULT WINAPI fake_did_GetDeviceData(
|
||||
|
||||
static HRESULT WINAPI fake_did_GetDeviceState(IDirectInputDeviceA* This, DWORD cbData, LPVOID lpvData)
|
||||
{
|
||||
//TRACE("DirectInput GetDeviceState\n");
|
||||
//TRACE("DirectInput GetDeviceState [%p]\n", _ReturnAddress());
|
||||
|
||||
HRESULT result = real_did_GetDeviceState(This, cbData, lpvData);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user