diff options
author | Clément Gallet <clement.gallet@ens-lyon.org> | 2021-06-07 12:51:59 +0200 |
---|---|---|
committer | Clément Gallet <clement.gallet@ens-lyon.org> | 2021-06-07 12:51:59 +0200 |
commit | f611506dca7004cd86086f0e22acd5a55f0ca25c (patch) | |
tree | f221163aab9b817e512d39d09b50058c64befddf /src/yuzu_cmd | |
parent | Add sdl2 audio description in the yuzu-cmd config file (diff) | |
download | yuzu-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.h | 4 |
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. |