Added Thrustmaster FCS emulation.
This commit is contained in:
parent
68fdba354f
commit
ef4d0ce9c2
6 changed files with 94 additions and 3 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include "joystick_ch_flightstick_pro.h"
|
||||
#include "joystick_standard.h"
|
||||
#include "joystick_sw_pad.h"
|
||||
#include "joystick_tm_fcs.h"
|
||||
|
||||
int joystick_type;
|
||||
|
||||
|
|
@ -20,6 +21,7 @@ static joystick_if_t *joystick_list[] =
|
|||
&joystick_standard_8button,
|
||||
&joystick_ch_flightstick_pro,
|
||||
&joystick_sw_pad,
|
||||
&joystick_tm_fcs,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue