diff options
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 4ce8e08e4..095078c79 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -236,7 +236,8 @@ 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, null: No audio output, cubeb: Cubeb audio engine (if available), |
| 240 | # sdl2: SDL2 audio engine (if available) | ||
| 240 | output_engine = | 241 | output_engine = |
| 241 | 242 | ||
| 242 | # Whether or not to enable the audio-stretching post-processing effect. | 243 | # Whether or not to enable the audio-stretching post-processing effect. |