Skip to content

Commit

Permalink
Update Mayflash_Wiimote_PC_Adapter.cfg
Browse files Browse the repository at this point in the history
When I remade code to permute axis, I missed also change labels. Now Left stick is IR sensor and Right Stick is nunchuck.
  • Loading branch information
AngeloScipione authored and RobLoach committed Sep 28, 2024
1 parent 525c77a commit 5d66db3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dinput/Mayflash_Wiimote_PC_Adapter.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ input_right_btn_label = "D-Pad Right"
input_l_btn_label = "C"
input_l2_btn_label = "Z"

input_l_x_plus_axis_label = "Analog X+"
input_l_x_minus_axis_label = "Analog X-"
input_l_y_plus_axis_label = "Analog Y+"
input_l_y_minus_axis_label = "Analog Y-"
input_r_x_plus_axis_label = "IR X+"
input_r_x_minus_axis_label = "IR X-"
input_r_y_plus_axis_label = "IR Y+"
input_r_y_minus_axis_label = "IR Y-"
input_l_x_plus_axis_label = "IR X+"
input_l_x_minus_axis_label = "IR X-"
input_l_y_plus_axis_label = "IR Y+"
input_l_y_minus_axis_label = "IR Y-"
input_r_x_plus_axis_label = "Analog X+"
input_r_x_minus_axis_label = "Analog X-"
input_r_y_plus_axis_label = "Analog Y+"
input_r_y_minus_axis_label = "Analog Y-"
input_menu_toggle_btn_label = "Home"

0 comments on commit 5d66db3

Please sign in to comment.