Changed XInput DLL failure message

This commit is contained in:
Bart Trzynadlowski 2016-05-07 03:25:05 +00:00
parent 05e1e4de37
commit 595e24ad60

View file

@ -1589,7 +1589,7 @@ bool CDirectInputSystem::InitializeSystem()
m_useXInput = false;
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