mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 06:58:30 +00:00
Return capabitlities from RawInput joystick
This commit is contained in:

committed by
Ryan C. Gordon

parent
b786c10013
commit
02021ae753
@@ -1308,7 +1308,7 @@ RAWINPUT_JoystickGetCapabilities(SDL_Joystick *joystick)
|
||||
}
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user