Commit b29c2b05 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

xinput1_3: Make XInputGetState patchable.

parent ca469de6
...@@ -65,7 +65,7 @@ DWORD WINAPI XInputSetState(DWORD dwUserIndex, XINPUT_VIBRATION* pVibration) ...@@ -65,7 +65,7 @@ DWORD WINAPI XInputSetState(DWORD dwUserIndex, XINPUT_VIBRATION* pVibration)
return ERROR_BAD_ARGUMENTS; return ERROR_BAD_ARGUMENTS;
} }
DWORD WINAPI XInputGetState(DWORD dwUserIndex, XINPUT_STATE* pState) DWORD WINAPI DECLSPEC_HOTPATCH XInputGetState(DWORD dwUserIndex, XINPUT_STATE* pState)
{ {
static int warn_once; static int warn_once;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment