Return capabitlities from RawInput joystick

main
Mathieu Eyraud 2021-11-27 13:17:04 +01:00 committed by Ryan C. Gordon
parent b786c10013
commit 02021ae753
1 changed files with 1 additions and 1 deletions

View File

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