Skip to content

Commit 07bc9d4

Browse files
authored
sdl2: Add PCEngine Mini Controller (#1230)
* SDL2: Add PCEngine Mini controller config * DInput: Fix PCEngine Mini controller labels * Revert "DInput: Fix PCEngine Mini controller labels" This reverts commit f51ed0d. * SDL2: Fix PCEngine Mini controller labels
1 parent a7b725d commit 07bc9d4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

sdl2/PCEngine PAD.cfg

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
input_device_display_name = "Turbo Controller for PC Engine Mini / TurboGrafx-16 Mini / PC Engine Coregrafx Mini"
2+
input_driver = "sdl2"
3+
input_device = "PCEngine PAD"
4+
input_vendor_id = "0f0d"
5+
input_product_id = "0138"
6+
7+
input_a_btn = "2"
8+
input_b_btn = "1"
9+
input_select_btn = "8"
10+
input_start_btn = "9"
11+
12+
input_a_btn_label = "I"
13+
input_b_btn_label = "II"
14+
input_select_btn_label = "Select"
15+
input_start_btn_label = "Run"
16+
17+
input_up_btn = "h0up"
18+
input_down_btn = "h0down"
19+
input_left_btn = "h0left"
20+
input_right_btn = "h0right"
21+
input_up_btn_label = "D-Pad Up"
22+
input_down_btn_label = "D-Pad Down"
23+
input_left_btn_label = "D-Pad Left"
24+
input_right_btn_label = "D-Pad Right"

0 commit comments

Comments
 (0)