summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorGravatar Clément Gallet2021-06-07 12:51:59 +0200
committerGravatar Clément Gallet2021-06-07 12:51:59 +0200
commitf611506dca7004cd86086f0e22acd5a55f0ca25c (patch)
treef221163aab9b817e512d39d09b50058c64befddf /src/yuzu_cmd
parentAdd sdl2 audio description in the yuzu-cmd config file (diff)
downloadyuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.tar.gz
yuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.tar.xz
yuzu-f611506dca7004cd86086f0e22acd5a55f0ca25c.zip
Various suggestions by v1993 and lioncash
Diffstat (limited to 'src/yuzu_cmd')
-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 =
236 236
237[Audio] 237[Audio]
238# Which audio output engine to use. 238# Which audio output engine to use.
239# auto (default): Auto-select, null: No audio output, cubeb: Cubeb audio engine (if available), 239# auto (default): Auto-select
240# cubeb: Cubeb audio engine (if available)
240# sdl2: SDL2 audio engine (if available) 241# sdl2: SDL2 audio engine (if available)
242# null: No audio output
241output_engine = 243output_engine =
242 244
243# Whether or not to enable the audio-stretching post-processing effect. 245# Whether or not to enable the audio-stretching post-processing effect.