summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorClément Gallet <clement.gallet@ens-lyon.org>2021-06-07 12:51:59 +0200
committerClément Gallet <clement.gallet@ens-lyon.org>2021-06-07 12:51:59 +0200
commitf611506dca7004cd86086f0e22acd5a55f0ca25c (patch)
treef221163aab9b817e512d39d09b50058c64befddf /src/yuzu_cmd/default_ini.h
parentAdd sdl2 audio description in the yuzu-cmd config file (diff)
downloadyuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.tar
yuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.tar.gz
yuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.tar.bz2
yuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.tar.lz
yuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.tar.xz
yuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.tar.zst
yuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 095078c79..6b673b935 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -236,8 +236,10 @@ swap_screen =
[Audio]
# Which audio output engine to use.
-# auto (default): Auto-select, null: No audio output, cubeb: Cubeb audio engine (if available),
+# auto (default): Auto-select
+# cubeb: Cubeb audio engine (if available)
# sdl2: SDL2 audio engine (if available)
+# null: No audio output
output_engine =
# Whether or not to enable the audio-stretching post-processing effect.