mirror of
https://github.com/libretro/retroarch-joypad-autoconfig.git
synced 2024-11-30 11:30:27 +00:00
Add descriptors
This commit is contained in:
parent
cfe45d28fa
commit
a2604773d6
@ -1,5 +1,6 @@
|
||||
input_vendor_id = 61440
|
||||
input_product_id = 3
|
||||
|
||||
input_device = "RetroUSB.com RetroPad"
|
||||
input_driver = "udev"
|
||||
input_b_btn = "0"
|
||||
@ -10,3 +11,12 @@ input_down_axis = "+1"
|
||||
input_left_axis = "-0"
|
||||
input_right_axis = "+0"
|
||||
input_a_btn = "1"
|
||||
|
||||
input_b_btn_label = "B"
|
||||
input_select_btn_label = "SELECT"
|
||||
input_start_btn_label = "START"
|
||||
input_up_axis_label = "D-Pad Up"
|
||||
input_down_axis_label = "D-Pad Down"
|
||||
input_left_axis_label = "D-Pad Left"
|
||||
input_right_axis_label = "D-Pad Right"
|
||||
input_a_btn_label = "A"
|
||||
|
Loading…
Reference in New Issue
Block a user