Update Mayflash_Wiimote_PC_Adapter.cfg

When I remade code to permute axis, I missed also change labels. Now Left stick is IR sensor and Right Stick is nunchuck.
This commit is contained in:
AngeloScipione 2024-09-24 00:18:14 +02:00 committed by Rob Loach
parent 525c77a345
commit 5d66db3cfb

View File

@ -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"