summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorGravatar merry2022-04-02 20:49:21 +0100
committerGravatar GitHub2022-04-02 20:49:21 +0100
commit7f1e66e94be9a207bf5ec21cd6f02562bde25eca (patch)
tree5bb1a72eb10bf424ceef8af7ee6ca64849d43268 /src/yuzu_cmd
parentMerge pull request #8141 from merryhime/configure-hotkeys-columns (diff)
parentaudio_core: remove time stretcher (diff)
downloadyuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.tar.gz
yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.tar.xz
yuzu-7f1e66e94be9a207bf5ec21cd6f02562bde25eca.zip
Merge pull request #8134 from Tachi107/remove-time-stretcher
audio_core: remove time stretcher
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r--src/yuzu_cmd/default_ini.h6
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 =
342# null: No audio output 342# null: No audio output
343output_engine = 343output_engine =
344 344
345# Whether or not to enable the audio-stretching post-processing effect.
346# This effect adjusts audio speed to match emulation speed and helps prevent audio stutter,
347# at the cost of increasing audio latency.
348# 0: No, 1 (default): Yes
349enable_audio_stretching =
350
351# Which audio device to use. 345# Which audio device to use.
352# auto (default): Auto-select 346# auto (default): Auto-select
353output_device = 347output_device =