File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Retrode 2 USB adapter for original SNES and MegaDrive/Genesis gamepads - https://www.retrode.com
3+ #
4+ input_driver = " hid"
5+ input_device = " Retrode"
6+ input_vendor_id = " 1027"
7+ input_product_id = " 38849"
8+ input_b_btn = " 0"
9+ input_y_btn = " 1"
10+ input_select_btn = " 2"
11+ input_start_btn = " 3"
12+ input_up_axis = " -1"
13+ input_down_axis = " +1"
14+ input_left_axis = " -0"
15+ input_right_axis = " +0"
16+ input_a_btn = " 8"
17+ input_x_btn = " 9"
18+ input_l_btn = " 10"
19+ input_r_btn = " 11"
20+
21+ input_b_btn_label = " B"
22+ input_y_btn_label = " Y"
23+ input_select_btn_label = " Select"
24+ input_start_btn_label = " Start"
25+ input_a_btn_label = " A"
26+ input_x_btn_label = " X"
27+ input_l_btn_label = " L"
28+ input_r_btn_label = " R"
29+
30+ input_up_axis_label = " Dpad Up"
31+ input_down_axis_label = " Dpad Down"
32+ input_left_axis_label = " Dpad Left"
33+ input_right_axis_label = " Dpad Right"
You can’t perform that action at this time.
0 commit comments