mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Clarify error message a bit.
This commit is contained in:
parent
bcac9ded78
commit
1ea1f723b4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user