mirror of
https://github.com/libretro/retroarch-joypad-autoconfig.git
synced 2024-11-23 07:59:53 +00:00
Update Mayflash_Wiimote_PC_Adapter.cfg
Better name, more complete. Set IR sensor as left stick and nunchuck stick as right stic. In theory, for gaming is more lógico otherwise... However, some cores use as default movement for analog lightguns the left stick
This commit is contained in:
parent
ddf1eb9d92
commit
525c77a345
@ -1,6 +1,6 @@
|
||||
input_driver = "dinput"
|
||||
input_device = "Mayflash Wiimote PC Adapter"
|
||||
input_device_display_name = "Mayflash Wiimote PC Adapter Mode 3"
|
||||
input_device_display_name = "Mayflash Wiimote PC Adapter, Mode 3 with Nunchuck"
|
||||
input_vendor_id = "121"
|
||||
input_product_id = "6147"
|
||||
|
||||
@ -20,14 +20,14 @@ input_right_btn = "h0right"
|
||||
input_l_btn = "7"
|
||||
input_l2_btn = "6"
|
||||
|
||||
input_l_x_plus_axis = "+0"
|
||||
input_l_x_minus_axis = "-0"
|
||||
input_l_y_plus_axis = "+1"
|
||||
input_l_y_minus_axis = "-1"
|
||||
input_r_x_plus_axis = "+2"
|
||||
input_r_x_minus_axis = "-2"
|
||||
input_r_y_plus_axis = "+5"
|
||||
input_r_y_minus_axis = "-5"
|
||||
input_l_x_plus_axis = "+2"
|
||||
input_l_x_minus_axis = "-2"
|
||||
input_l_y_plus_axis = "+5"
|
||||
input_l_y_minus_axis = "-5"
|
||||
input_r_x_plus_axis = "+0"
|
||||
input_r_x_minus_axis = "-0"
|
||||
input_r_y_plus_axis = "+1"
|
||||
input_r_y_minus_axis = "-1"
|
||||
|
||||
input_menu_toggle_btn = "11"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user