Skip to content

Commit c36d11a

Browse files
committed
load this old version instead
1 parent a3cf5f9 commit c36d11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/input/xinput/XInput.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class XInput
2121
#ifdef _XBOX
2222
GetState = ::XInputGetState;
2323
#else
24-
HMODULE module = LoadLibrary("xinput1_3.dll");
24+
HMODULE module = LoadLibrary("XINPUT9_1_0.DLL");
2525
if (module)
2626
GetState = (DWORD (WINAPI *)(DWORD, XINPUT_STATE *))GetProcAddress(module, "XInputGetState");
2727
if (!GetState)

0 commit comments

Comments
 (0)