diff options
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 = | |||
| 236 | 236 | ||
| 237 | [Audio] | 237 | [Audio] |
| 238 | # Which audio output engine to use. | 238 | # Which audio output engine to use. |
| 239 | # auto (default): Auto-select, null: No audio output, cubeb: Cubeb audio engine (if available), | 239 | # auto (default): Auto-select |
| 240 | # cubeb: Cubeb audio engine (if available) | ||
| 240 | # sdl2: SDL2 audio engine (if available) | 241 | # sdl2: SDL2 audio engine (if available) |
| 242 | # null: No audio output | ||
| 241 | output_engine = | 243 | output_engine = |
| 242 | 244 | ||
| 243 | # Whether or not to enable the audio-stretching post-processing effect. | 245 | # Whether or not to enable the audio-stretching post-processing effect. |