Add variants of the CH Flightstick Pro and Thrustmaster FCS

with rudder pedals (CH Pedals and Thrustmaster RCS respectively) attached
This commit is contained in:
Alexander Babikov
2025-01-18 15:47:41 +05:00
parent 4e4ad8913c
commit 0a5fa0da39
4 changed files with 102 additions and 12 deletions

View File

@@ -179,10 +179,12 @@ extern const joystick_if_t joystick_2axis_6button;
extern const joystick_if_t joystick_2axis_8button;
extern const joystick_if_t joystick_ch_flightstick_pro;
extern const joystick_if_t joystick_ch_flightstick_pro_ch_pedals;
extern const joystick_if_t joystick_sw_pad;
extern const joystick_if_t joystick_tm_fcs;
extern const joystick_if_t joystick_tm_fcs_rcs;
extern int gameport_available(int);
extern int gameport_has_config(int);