diff options
| -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= | |||
| 30 | button_b= | 30 | button_b= |
| 31 | button_x= | 31 | button_x= |
| 32 | button_y= | 32 | button_y= |
| 33 | button_up= | 33 | button_lstick= |
| 34 | button_down= | 34 | button_rstick= |
| 35 | button_left= | ||
| 36 | button_right= | ||
| 37 | button_l= | 35 | button_l= |
| 38 | button_r= | 36 | button_r= |
| 39 | button_start= | ||
| 40 | button_select= | ||
| 41 | button_zl= | 37 | button_zl= |
| 42 | button_zr= | 38 | button_zr= |
| 43 | button_home= | 39 | button_plus= |
| 40 | button_minus= | ||
| 41 | button_dleft= | ||
| 42 | button_dup= | ||
| 43 | button_dright= | ||
| 44 | button_ddown= | ||
| 45 | button_lstick_left= | ||
| 46 | button_lstick_up= | ||
| 47 | button_lstick_right= | ||
| 48 | button_lstick_down= | ||
| 49 | button_sl= | ||
| 50 | button_sr= | ||
| 51 | button_home" | ||
| 44 | 52 | ||
| 45 | # for analog input, the following devices are available: | 53 | # for analog input, the following devices are available: |
| 46 | # - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters: | 54 | # - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters: |
| @@ -53,8 +61,8 @@ button_home= | |||
| 53 | # - "joystick": the index of the joystick to bind | 61 | # - "joystick": the index of the joystick to bind |
| 54 | # - "axis_x": the index of the axis to bind as x-axis (default to 0) | 62 | # - "axis_x": the index of the axis to bind as x-axis (default to 0) |
| 55 | # - "axis_y": the index of the axis to bind as y-axis (default to 1) | 63 | # - "axis_y": the index of the axis to bind as y-axis (default to 1) |
| 56 | circle_pad= | 64 | lstick= |
| 57 | c_stick= | 65 | rstick= |
| 58 | 66 | ||
| 59 | # for motion input, the following devices are available: | 67 | # for motion input, the following devices are available: |
| 60 | # - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: | 68 | # - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: |