Skip to content

Commit

Permalink
Update Raphnet 1-player WUSBMote to v2.2
Browse files Browse the repository at this point in the history
Changes:
 1) Changed version from v2.1 to v2.2 because RetroArch wouldn't detect the adapter without this change.
 2) Added a mapping for the Wii Classic controller's Home button.
  • Loading branch information
Patchy68k authored Nov 28, 2022
1 parent 2b68447 commit 0bad163
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
input_device = "1-player WUSBMote v2.1"
input_device = "1-player WUSBMote v2.2"
input_driver = "dinput"

input_product_id = "43"
Expand All @@ -25,6 +25,8 @@ input_r2_btn = "9"
input_r2_btn_label = "Zr"
input_l2_btn = "8"
input_l2_btn_label = "Zl"
input_menu_toggle_btn = "10"
input_menu_toggle_btn_label = "Home"

# D-Pad
input_left_btn = "14"
Expand Down

0 comments on commit 0bad163

Please sign in to comment.