summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yuzu_cmd/default_ini.h26
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=
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=
43button_home= 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=
51button_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)
56circle_pad= 64lstick=
57c_stick= 65rstick=
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: