More Joystick/gameport related changes (#6285)

Fix a warning, correct a device name, formatting
This commit is contained in:
Jasmine Iwanek
2025-10-06 11:17:30 -04:00
committed by GitHub
parent ec86595d5d
commit 3f5b88ac8f
4 changed files with 18 additions and 12 deletions

View File

@@ -182,7 +182,7 @@ extern const joystick_t joystick_3axis_2button;
extern const joystick_t joystick_2button_yoke_throttle;
extern const joystick_t joystick_3axis_4button;
extern const joystick_t joystick_4button_yoke_throttle;
extern const joystick_t joystick_win95_steering_wheel;
extern const joystick_t joystick_steering_wheel_4_button;
extern const joystick_t joystick_4axis_4button;
extern const joystick_t joystick_2axis_6button;
extern const joystick_t joystick_2axis_8button;