Fixed Windows build
This commit is contained in:
parent
0500c04468
commit
e0018d0869
2 changed files with 5 additions and 6 deletions
|
@ -620,7 +620,7 @@ RAWINPUT_JoystickRumbleTriggers(SDL_Joystick * joystick, Uint16 left_rumble, Uin
|
|||
struct joystick_hwdata *hwdata = joystick->hwdata;
|
||||
SDL_RAWINPUT_Device *device = hwdata->device;
|
||||
|
||||
return device->driver->RumbleJoystickTriggers(&device->hiddevice, joystick, low_frequency_rumble, high_frequency_rumble);
|
||||
return device->driver->RumbleJoystickTriggers(&device->hiddevice, joystick, left_rumble, right_rumble);
|
||||
}
|
||||
|
||||
static SDL_bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue