mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-12-26 20:54:57 +00:00
Fixed build warning
This commit is contained in:
parent
50cb8e0f04
commit
88cecee495
@ -572,7 +572,6 @@ RAWINPUT_JoystickRumble(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Ui
|
||||
{
|
||||
struct joystick_hwdata *hwdata = joystick->hwdata;
|
||||
SDL_RAWINPUT_Device *device = hwdata->device;
|
||||
int result;
|
||||
|
||||
return device->driver->RumbleJoystick(&device->hiddevice, joystick, low_frequency_rumble, high_frequency_rumble);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user