There was an error while loading. Please reload this page.
1 parent 60f1609 commit a29e2d6Copy full SHA for a29e2d6
1 file changed
platforms/input/xinput/GameControllerHandler_xinput.cpp
@@ -20,7 +20,7 @@ GameControllerHandler_xinput::GameControllerHandler_xinput()
20
getState = XInputGetState;
21
#else
22
getState = nullptr;
23
- HMODULE module = LoadLibraryA("XINPUT1_3.dll");
+ HMODULE module = LoadLibraryA("xinput1_3.dll");
24
if (module)
25
getState = (DWORD (WINAPI *)(DWORD, XINPUT_STATE *))GetProcAddress(module, "XInputGetState");
26
if (!getState)
0 commit comments