summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h25
1 files changed, 17 insertions, 8 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 11ed1237a..5a2f539b1 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -30,17 +30,26 @@ button_a=
30button_b= 30button_b=
31button_x= 31button_x=
32button_y= 32button_y=
33button_up= 33button_lstick=
34button_down= 34button_rstick=
35button_left=
36button_right=
37button_l= 35button_l=
38button_r= 36button_r=
39button_start=
40button_select=
41button_zl= 37button_zl=
42button_zr= 38button_zr=
39button_plus=
40button_minus=
41button_dleft=
42button_dup=
43button_dright=
44button_ddown=
45button_lstick_left=
46button_lstick_up=
47button_lstick_right=
48button_lstick_down=
49button_sl=
50button_sr=
43button_home= 51button_home=
52button_screenshot=
44 53
45# for analog input, the following devices are available: 54# for analog input, the following devices are available:
46# - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters: 55# - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters:
@@ -53,8 +62,8 @@ button_home=
53# - "joystick": the index of the joystick to bind 62# - "joystick": the index of the joystick to bind
54# - "axis_x": the index of the axis to bind as x-axis (default to 0) 63# - "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) 64# - "axis_y": the index of the axis to bind as y-axis (default to 1)
56circle_pad= 65lstick=
57c_stick= 66rstick=
58 67
59# for motion input, the following devices are available: 68# for motion input, the following devices are available:
60# - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: 69# - "motion_emu" (default) for emulating motion input from mouse input. Required parameters: