mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Fixed windows build
This commit is contained in:
parent
d004cc7050
commit
d000a592ab
@ -344,8 +344,6 @@ SDL_XINPUT_JoystickOpen(SDL_Joystick * joystick, JoyStick_DeviceData *joystickde
|
|||||||
SDL_assert(XINPUTSETSTATE);
|
SDL_assert(XINPUTSETSTATE);
|
||||||
SDL_assert(userId < XUSER_MAX_COUNT);
|
SDL_assert(userId < XUSER_MAX_COUNT);
|
||||||
|
|
||||||
joystick->player_index = userId;
|
|
||||||
|
|
||||||
joystick->hwdata->bXInputDevice = SDL_TRUE;
|
joystick->hwdata->bXInputDevice = SDL_TRUE;
|
||||||
|
|
||||||
if (XINPUTGETCAPABILITIES(userId, XINPUT_FLAG_GAMEPAD, &capabilities) != ERROR_SUCCESS) {
|
if (XINPUTGETCAPABILITIES(userId, XINPUT_FLAG_GAMEPAD, &capabilities) != ERROR_SUCCESS) {
|
||||||
|
Loading…
Reference in New Issue
Block a user