diff options
author | merry <git@mary.rs> | 2022-04-02 21:49:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 21:49:21 +0200 |
commit | 7f1e66e94be9a207bf5ec21cd6f02562bde25eca (patch) | |
tree | 5bb1a72eb10bf424ceef8af7ee6ca64849d43268 /src/yuzu_cmd | |
parent | Merge pull request #8141 from merryhime/configure-hotkeys-columns (diff) | |
parent | audio_core: remove time stretcher (diff) | |
download | yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.tar yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.tar.gz yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.tar.bz2 yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.tar.lz yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.tar.xz yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.tar.zst yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 34782c378..f34d6b728 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -342,12 +342,6 @@ fps_cap = # null: No audio output output_engine = -# Whether or not to enable the audio-stretching post-processing effect. -# This effect adjusts audio speed to match emulation speed and helps prevent audio stutter, -# at the cost of increasing audio latency. -# 0: No, 1 (default): Yes -enable_audio_stretching = - # Which audio device to use. # auto (default): Auto-select output_device = |