Skip to content

Commit a29e2d6

Browse files
committed
case
1 parent 60f1609 commit a29e2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/input/xinput/GameControllerHandler_xinput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GameControllerHandler_xinput::GameControllerHandler_xinput()
2020
getState = XInputGetState;
2121
#else
2222
getState = nullptr;
23-
HMODULE module = LoadLibraryA("XINPUT1_3.dll");
23+
HMODULE module = LoadLibraryA("xinput1_3.dll");
2424
if (module)
2525
getState = (DWORD (WINAPI *)(DWORD, XINPUT_STATE *))GetProcAddress(module, "XInputGetState");
2626
if (!getState)

0 commit comments

Comments
 (0)