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/default_ini.h | |
parent | df8a2e3ad8548a6ba71c299dd25ffd1a6c5a873a (diff) |
Various suggestions by v1993 and lioncash
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-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. |