Fix TheC64 joystick, oof that device name.
This commit is contained in:
parent
85eac29ce9
commit
7e544eaf6e
2 changed files with 17 additions and 1 deletions
|
@ -0,0 +1,16 @@
|
|||
input_driver = "udev"
|
||||
input_device = " THEC64 Joystick THEC64 Joystick "
|
||||
input_vendor_id = "7257"
|
||||
input_product_id = "36"
|
||||
input_b_btn = "1"
|
||||
input_y_btn = "4"
|
||||
input_select_btn = "2"
|
||||
input_start_btn = "3"
|
||||
input_up_axis = "-1"
|
||||
input_down_axis = "+1"
|
||||
input_left_axis = "-0"
|
||||
input_right_axis = "+0"
|
||||
input_a_btn = "0"
|
||||
input_x_btn = "7"
|
||||
input_l_btn = "5"
|
||||
input_r_btn = "6"
|
|
@ -976,7 +976,7 @@
|
|||
<input name="x" type="button" id="3" value="1" />
|
||||
<input name="y" type="button" id="2" value="1" />
|
||||
</inputConfig>
|
||||
<inputConfig type="joystick" deviceName="THEC64 Joystick" deviceGUID="03000000591c00002400000010010000">
|
||||
<inputConfig type="joystick" deviceName=" THEC64 Joystick THEC64 Joystick " deviceGUID="03000000591c00002400000010010000">
|
||||
<input name="a" type="button" id="1" value="1" />
|
||||
<input name="b" type="button" id="0" value="1" />
|
||||
<input name="down" type="axis" id="1" value="1" />
|
||||
|
|
Loading…
Reference in a new issue