summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorGravatar bunnei2021-06-16 21:38:20 -0700
committerGravatar GitHub2021-06-16 21:38:20 -0700
commitabb0124b840e5b0ebdcc45365be4b1eae965654d (patch)
tree825324c191bb8b58fd5f90b7ca94534f41069fa1 /src/yuzu_cmd
parentMerge pull request #6469 from ReinUsesLisp/blit-view-compat (diff)
parentVarious suggestions by v1993 and lioncash (diff)
downloadyuzu-abb0124b840e5b0ebdcc45365be4b1eae965654d.tar.gz
yuzu-abb0124b840e5b0ebdcc45365be4b1eae965654d.tar.xz
yuzu-abb0124b840e5b0ebdcc45365be4b1eae965654d.zip
Merge pull request #6418 from clementgallet/sdl-audio-backend
Audio: SDL2 audio backend
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r--src/yuzu_cmd/default_ini.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index efa1b1d18..37d895ebd 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -260,7 +260,10 @@ swap_screen =
260 260
261[Audio] 261[Audio]
262# Which audio output engine to use. 262# Which audio output engine to use.
263# auto (default): Auto-select, null: No audio output, cubeb: Cubeb audio engine (if available) 263# auto (default): Auto-select
264# cubeb: Cubeb audio engine (if available)
265# sdl2: SDL2 audio engine (if available)
266# null: No audio output
264output_engine = 267output_engine =
265 268
266# Whether or not to enable the audio-stretching post-processing effect. 269# Whether or not to enable the audio-stretching post-processing effect.