File tree Expand file tree Collapse file tree 2 files changed +84
-23
lines changed
Expand file tree Collapse file tree 2 files changed +84
-23
lines changed Original file line number Diff line number Diff line change 1+ # Mayflash Sega Saturn to USB Adapter
2+ # Hex vid:pid = 0E8F:3010 -> Decimal vid:pid = 3727:12304
3+ # Using the following retropad layout :
4+ # L2 R2
5+ # Y X L
6+ # B A R
7+
8+ input_driver = " dinput"
9+ input_device = " USB GamePad"
10+ input_device_display_name = " Mayflash Sega Saturn to USB Adapter"
11+ input_vendor_id = " 3727"
12+ input_product_id = " 12304"
13+
14+ input_b_btn = " 0"
15+ input_y_btn = " 3"
16+ input_start_btn = " 9"
17+ input_up_btn = " 12"
18+ input_down_btn = " 14"
19+ input_left_btn = " 15"
20+ input_right_btn = " 13"
21+ input_a_btn = " 1"
22+ input_x_btn = " 4"
23+ input_l_btn = " 6"
24+ input_r_btn = " 2"
25+ input_l2_btn = " 5"
26+ input_r2_btn = " 7"
27+ input_l_x_plus_axis = " +0"
28+ input_l_x_minus_axis = " -0"
29+ input_l_y_plus_axis = " +1"
30+ input_l_y_minus_axis = " -1"
31+
32+ input_b_btn_label = " A"
33+ input_y_btn_label = " X"
34+ input_start_btn_label = " Start"
35+ input_up_btn_label = " D-Pad Up"
36+ input_down_btn_label = " D-Pad Down"
37+ input_left_btn_label = " D-Pad Left"
38+ input_right_btn_label = " D-Pad Right"
39+ input_a_btn_label = " B"
40+ input_x_btn_label = " Y"
41+ input_l_btn_label = " Z"
42+ input_r_btn_label = " C"
43+ input_l2_btn_label = " L"
44+ input_r2_btn_label = " R"
45+ input_l_x_plus_axis_label = " Joystick Right"
46+ input_l_x_minus_axis_label = " Joystick Left"
47+ input_l_y_plus_axis_label = " Joystick Down"
48+ input_l_y_minus_axis_label = " Joystick Up"
Original file line number Diff line number Diff line change 1+ # Mayflash Sega Saturn to USB Adapter
2+ # Hex vid:pid = 0E8F:3010 -> Decimal vid:pid = 3727:12304
3+ # Using the following retropad layout :
4+ # L2 R2
5+ # Y X L
6+ # B A R
7+
18input_driver = " udev"
29input_device = " HuiJia USB GamePad"
310input_device_display_name = " Mayflash Sega Saturn to USB Adapter"
4-
5- # Hex vid:pid = 0E8F:3010 -> Decimal vid:pid = 3727:12304
611input_vendor_id = " 3727"
712input_product_id = " 12304"
813
9- input_b_btn = " 17"
10- input_y_btn = " 16"
11- input_start_btn = " 25"
12- input_up_btn = " 28"
13- input_down_btn = " 30"
14- input_left_btn = " 31"
15- input_right_btn = " 29"
16- input_a_btn = " 18"
17- input_x_btn = " 19"
18- input_l_btn = " 21"
19- input_r_btn = " 23"
20- input_l2_btn = " 20"
21- input_r2_btn = " 22"
14+ input_b_btn = " 0"
15+ input_y_btn = " 3"
16+ input_start_btn = " 9"
17+ input_up_btn = " 12"
18+ input_down_btn = " 14"
19+ input_left_btn = " 15"
20+ input_right_btn = " 13"
21+ input_a_btn = " 1"
22+ input_x_btn = " 4"
23+ input_l_btn = " 6"
24+ input_r_btn = " 2"
25+ input_l2_btn = " 5"
26+ input_r2_btn = " 7"
27+ input_l_x_plus_axis = " +0"
28+ input_l_x_minus_axis = " -0"
29+ input_l_y_plus_axis = " +1"
30+ input_l_y_minus_axis = " -1"
2231
23- input_b_btn_label = " B "
24- input_y_btn_label = " A "
32+ input_b_btn_label = " A "
33+ input_y_btn_label = " X "
2534input_start_btn_label = " Start"
2635input_up_btn_label = " D-Pad Up"
2736input_down_btn_label = " D-Pad Down"
2837input_left_btn_label = " D-Pad Left"
2938input_right_btn_label = " D-Pad Right"
30- input_a_btn_label = " C"
31- input_x_btn_label = " X"
32- input_l_btn_label = " L"
33- input_r_btn_label = " R"
34- input_l2_btn_label = " Y"
35- input_r2_btn_label = " Z"
39+ input_a_btn_label = " B"
40+ input_x_btn_label = " Y"
41+ input_l_btn_label = " Z"
42+ input_r_btn_label = " C"
43+ input_l2_btn_label = " L"
44+ input_r2_btn_label = " R"
45+ input_l_x_plus_axis_label = " Joystick Right"
46+ input_l_x_minus_axis_label = " Joystick Left"
47+ input_l_y_plus_axis_label = " Joystick Down"
48+ input_l_y_minus_axis_label = " Joystick Up"
You can’t perform that action at this time.
0 commit comments