mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 18:51:12 +00:00
Return capabitlities from RawInput joystick
This commit is contained in:
parent
b786c10013
commit
02021ae753
|
@ -1308,7 +1308,7 @@ RAWINPUT_JoystickGetCapabilities(SDL_Joystick *joystick)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue