Return capabitlities from RawInput joystick

This commit is contained in:
Mathieu Eyraud 2021-11-27 13:17:04 +01:00 committed by Ryan C. Gordon
parent b786c10013
commit 02021ae753

View file

@ -1308,7 +1308,7 @@ RAWINPUT_JoystickGetCapabilities(SDL_Joystick *joystick)
} }
#endif #endif
return 0; return result;
} }
static int static int