mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
Changed XInput DLL failure message
This commit is contained in:
parent
05e1e4de37
commit
595e24ad60
|
@ -1589,7 +1589,7 @@ bool CDirectInputSystem::InitializeSystem()
|
||||||
m_useXInput = false;
|
m_useXInput = false;
|
||||||
|
|
||||||
if (!m_useXInput)
|
if (!m_useXInput)
|
||||||
ErrorLog("Unable to initialize XInput API (library hooks are not available) - switching to DirectInput.\n");
|
ErrorLog("Unable to initialize XInput API (" XINPUT_DLL_A " not found) - switching to DirectInput.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dynamically create DirectInput8 via COM, rather than statically linking to dinput8.dll
|
// Dynamically create DirectInput8 via COM, rather than statically linking to dinput8.dll
|
||||||
|
|
Loading…
Reference in a new issue