From 595e24ad60d9e2f7183e0207def3773b61d43f6b Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Sat, 7 May 2016 03:25:05 +0000 Subject: [PATCH] Changed XInput DLL failure message --- Src/OSD/Windows/DirectInputSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/OSD/Windows/DirectInputSystem.cpp b/Src/OSD/Windows/DirectInputSystem.cpp index a3c62d6..7e447bd 100644 --- a/Src/OSD/Windows/DirectInputSystem.cpp +++ b/Src/OSD/Windows/DirectInputSystem.cpp @@ -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