yuzu_cmd: fix default ini

This commit is contained in:
shinyquagsire23 2018-01-15 00:31:59 -07:00
parent 74aa14c9b4
commit cdb43e64c1
1 changed files with 17 additions and 9 deletions

View File

@ -30,17 +30,25 @@ button_a=
button_b= button_b=
button_x= button_x=
button_y= button_y=
button_up= button_lstick=
button_down= button_rstick=
button_left=
button_right=
button_l= button_l=
button_r= button_r=
button_start=
button_select=
button_zl= button_zl=
button_zr= button_zr=
button_home= button_plus=
button_minus=
button_dleft=
button_dup=
button_dright=
button_ddown=
button_lstick_left=
button_lstick_up=
button_lstick_right=
button_lstick_down=
button_sl=
button_sr=
button_home"
# for analog input, the following devices are available: # for analog input, the following devices are available:
# - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters: # - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters:
@ -53,8 +61,8 @@ button_home=
# - "joystick": the index of the joystick to bind # - "joystick": the index of the joystick to bind
# - "axis_x": the index of the axis to bind as x-axis (default to 0) # - "axis_x": the index of the axis to bind as x-axis (default to 0)
# - "axis_y": the index of the axis to bind as y-axis (default to 1) # - "axis_y": the index of the axis to bind as y-axis (default to 1)
circle_pad= lstick=
c_stick= rstick=
# for motion input, the following devices are available: # for motion input, the following devices are available:
# - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: # - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: