Add sdl2 audio description in the yuzu-cmd config file

This commit is contained in:
Clément Gallet 2021-06-06 11:22:22 +02:00
parent c7c99905f4
commit df8a2e3ad8

View File

@ -236,7 +236,8 @@ 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, null: No audio output, cubeb: Cubeb audio engine (if available),
# sdl2: SDL2 audio engine (if available)
output_engine =
# Whether or not to enable the audio-stretching post-processing effect.