diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-15 18:54:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 18:54:54 +0100 |
commit | 325f72acebd9ab7dd246f77ce7fbc2584104d00d (patch) | |
tree | 8c45a330a0e7d4208b68aae58dd3341a1921c51c /src/yuzu_cmd | |
parent | Merge pull request #15 from bsaleil/master (diff) | |
parent | yuzu_cmd: Fix default ini, add screenshot button (diff) | |
download | yuzu-325f72acebd9ab7dd246f77ce7fbc2584104d00d.tar yuzu-325f72acebd9ab7dd246f77ce7fbc2584104d00d.tar.gz yuzu-325f72acebd9ab7dd246f77ce7fbc2584104d00d.tar.bz2 yuzu-325f72acebd9ab7dd246f77ce7fbc2584104d00d.tar.lz yuzu-325f72acebd9ab7dd246f77ce7fbc2584104d00d.tar.xz yuzu-325f72acebd9ab7dd246f77ce7fbc2584104d00d.tar.zst yuzu-325f72acebd9ab7dd246f77ce7fbc2584104d00d.zip |
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index e7941eceb..469df96cc 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -30,17 +30,26 @@ 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_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= +button_screenshot= # for analog input, the following devices are available: # - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters: @@ -53,8 +62,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: |