Skip to content

Commit c2cd177

Browse files
authored
comment generic vid/pid (#1279)
This is causing false-positive matches on any Switch pad, as reported here: https://www.reddit.com/r/RetroArch/comments/1nwzh99/comment/nr9z60y/ Commenting the vid/pid should still allow matching on name.
1 parent 15cb349 commit c2cd177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dinput/MD_Gen_Fighting_Pad_6B_Switch_Online.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ input_driver = "dinput"
22
input_device = "Wireless Gamepad"
33
input_device_display_name = "Switch Megadrive Fighting Pad 6B"
44

5-
input_vendor_id = "1406"
6-
input_product_id = "8215"
5+
#input_vendor_id = "1406"
6+
#input_product_id = "8215"
77

88
input_b_btn = "0"
99
input_y_btn = "1"
@@ -31,4 +31,4 @@ input_a_btn_label = "C"
3131
input_x_btn_label = "Y"
3232
input_l_btn_label = "X"
3333
input_r_btn_label = "Z"
34-
input_menu_toggle_btn_label = "Home"
34+
input_menu_toggle_btn_label = "Home"

0 commit comments

Comments
 (0)