Fix TheC64 joystick, oof that device name.

This commit is contained in:
fewtarius 2022-11-06 13:53:40 -05:00
parent 85eac29ce9
commit 7e544eaf6e
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 17 additions and 1 deletions

View file

@ -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"

View file

@ -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" />