diff options
author | shinyquagsire23 <mtinc2@gmail.com> | 2018-01-15 08:31:59 +0100 |
---|---|---|
committer | shinyquagsire23 <mtinc2@gmail.com> | 2018-01-15 10:30:53 +0100 |
commit | cdb43e64c1ef33fb4d1e81c1bf2321a7024a8732 (patch) | |
tree | 923bab639d2e1d69fc687430bf4e99496c8603ac /src/yuzu_cmd | |
parent | settings: adjust button configs for Switch controllers (diff) | |
download | yuzu-cdb43e64c1ef33fb4d1e81c1bf2321a7024a8732.tar yuzu-cdb43e64c1ef33fb4d1e81c1bf2321a7024a8732.tar.gz yuzu-cdb43e64c1ef33fb4d1e81c1bf2321a7024a8732.tar.bz2 yuzu-cdb43e64c1ef33fb4d1e81c1bf2321a7024a8732.tar.lz yuzu-cdb43e64c1ef33fb4d1e81c1bf2321a7024a8732.tar.xz yuzu-cdb43e64c1ef33fb4d1e81c1bf2321a7024a8732.tar.zst yuzu-cdb43e64c1ef33fb4d1e81c1bf2321a7024a8732.zip |
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index e7941eceb..47d1198b3 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -30,17 +30,25 @@ button_a= button_b= button_x= button_y= -button_up= -button_down= -button_left= -button_right= +button_lstick= +button_rstick= button_l= button_r= -button_start= -button_select= button_zl= 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: # - "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 # - "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) -circle_pad= -c_stick= +lstick= +rstick= # for motion input, the following devices are available: # - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: |