diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-15 12:54:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 12:54:54 -0500 |
commit | 325f72acebd9ab7dd246f77ce7fbc2584104d00d (patch) | |
tree | 8c45a330a0e7d4208b68aae58dd3341a1921c51c /src/yuzu_cmd/default_ini.h | |
parent | 22347e884482d3e598d7c753665b893e2c3d1395 (diff) | |
parent | 9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba (diff) |
Merge pull request #16 from shinyquagsire23/hid-sharedmem-impl-start
HID Sharedmem Impl Start
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-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: |