mirror of
https://github.com/libretro/retroarch-joypad-autoconfig.git
synced 2025-02-22 07:50:35 +00:00
hid: Add Buffalo Classic USB Gamepad
This commit is contained in:
parent
c1b9ba586a
commit
c36b65414d
40
hid/Buffalo_Classic_USB_Gamepad.cfg
Normal file
40
hid/Buffalo_Classic_USB_Gamepad.cfg
Normal file
@ -0,0 +1,40 @@
|
||||
#Buffalo Classic USB Gamepad Model#BSGP815GY
|
||||
|
||||
input_driver = "hid"
|
||||
input_device = "USB,2-axis 8-button gamepad "
|
||||
input_device_display_name = "Buffalo Classic USB Gamepad"
|
||||
|
||||
input_vendor_id = "1411"
|
||||
input_product_id = "8288"
|
||||
|
||||
input_select_btn = "6"
|
||||
input_start_btn = "7"
|
||||
|
||||
input_a_btn = "0"
|
||||
input_b_btn = "1"
|
||||
input_x_btn = "2"
|
||||
input_y_btn = "3"
|
||||
|
||||
input_up_axis = "-1"
|
||||
input_down_axis = "+1"
|
||||
input_left_axis = "-0"
|
||||
input_right_axis = "+0"
|
||||
|
||||
input_l_btn = "4"
|
||||
input_r_btn = "5"
|
||||
|
||||
input_select_btn_label = "Select"
|
||||
input_start_btn_label = "Start"
|
||||
|
||||
input_a_btn_label = "A"
|
||||
input_b_btn_label = "B"
|
||||
input_x_btn_label = "X"
|
||||
input_y_btn_label = "Y"
|
||||
|
||||
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_l_btn_label = "L"
|
||||
input_r_btn_label = "R"
|
Loading…
x
Reference in New Issue
Block a user