Clarify error message a bit.

This commit is contained in:
Themaister 2013-09-11 17:12:55 +02:00
parent bcac9ded78
commit 1ea1f723b4

View File

@ -155,8 +155,8 @@ static bool winxinput_joypad_init(void)
if (!g_winxinput_dll)
{
RARCH_ERR("Failed to load xinput1_3.dll, ensure DirectX and controller drivers are up to date.\n");
return false; // DLL does not exist or is invalid
RARCH_ERR("Failed to load XInput, ensure DirectX and controller drivers are up to date.\n");
return false;
}
RARCH_LOG("Found XInput v%s.\n", version);