dinput8: Better DirectInput8Create warning.
This commit is contained in:
parent
fddd703b38
commit
727ed6eae6
|
@ -66,7 +66,7 @@ HRESULT WINAPI DirectInput8Create(HINSTANCE hinst, DWORD dwVersion, REFIID riid,
|
|||
|
||||
hr = CoCreateInstance( &CLSID_DirectInput8, punkOuter, CLSCTX_INPROC_SERVER, riid, ppDI);
|
||||
if(FAILED(hr)) {
|
||||
ERR("CoCreateInstance failed with hr = %ld\n", hr);
|
||||
ERR("CoCreateInstance failed with hr = %ld; Try running wineprefixcreate to fix it.\n", hr);
|
||||
return DIERR_INVALIDPARAM;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue