summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-02-04 17:59:14 +0100
committergerman77 <juangerman-13@hotmail.com>2023-02-04 18:05:57 +0100
commitebca59b8e9f7304e8880c3db64c383d9ddc4a7b8 (patch)
treecb0535ad548f9ac2a4b612d4e8aa9ec7772bdb84 /src/yuzu_cmd/default_ini.h
parentyuzu_cmd: Fix touch input (diff)
downloadyuzu-ebca59b8e9f7304e8880c3db64c383d9ddc4a7b8.tar
yuzu-ebca59b8e9f7304e8880c3db64c383d9ddc4a7b8.tar.gz
yuzu-ebca59b8e9f7304e8880c3db64c383d9ddc4a7b8.tar.bz2
yuzu-ebca59b8e9f7304e8880c3db64c383d9ddc4a7b8.tar.lz
yuzu-ebca59b8e9f7304e8880c3db64c383d9ddc4a7b8.tar.xz
yuzu-ebca59b8e9f7304e8880c3db64c383d9ddc4a7b8.tar.zst
yuzu-ebca59b8e9f7304e8880c3db64c383d9ddc4a7b8.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 67d230462..3f3651dbe 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -14,6 +14,7 @@ const char* sdl2_config_file =
# Escape characters $0 (for ':'), $1 (for ',') and $2 (for '$') can be used in values
# Indicates if this player should be connected at boot
+# 0 (default): Disabled, 1: Enabled
connected=
# for button input, the following devices are available:
@@ -94,6 +95,18 @@ motionright=
# 0 (default): Disabled, 1: Enabled
debug_pad_enabled =
+# Enable sdl raw input. Allows to configure up to 8 xinput controllers.
+# 0 (default): Disabled, 1: Enabled
+enable_raw_input =
+
+# Enable yuzu joycon driver instead of SDL drive.
+# 0: Disabled, 1 (default): Enabled
+enable_joycon_driver =
+
+# Emulates an analog input from buttons. Allowing to dial any angle.
+# 0 (default): Disabled, 1: Enabled
+emulate_analog_keyboard =
+
# Whether to enable or disable vibration
# 0: Disabled, 1 (default): Enabled
vibration_enabled=