fix logging
This commit is contained in:
parent
188a41ee74
commit
7826505660
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue