소스 검색

Add sdl2 audio description in the yuzu-cmd config file

Clément Gallet 5 년 전
부모
커밋
df8a2e3ad8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/yuzu_cmd/default_ini.h

+ 2 - 1
src/yuzu_cmd/default_ini.h

@@ -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.