From 741aa9d9834510cc6736f2a1c1216f1b0ea63fb6 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Wed, 12 Apr 2017 21:03:53 +0200 Subject: [PATCH] Update text about pitch depending on emulation speed Now that we have an audio stretching option, it's possible to change the emulation speed while still having the right pitch. --- Source/Core/DolphinWX/Config/GeneralConfigPane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Config/GeneralConfigPane.cpp b/Source/Core/DolphinWX/Config/GeneralConfigPane.cpp index 6e8f3ac492..3c3e5b0a1d 100644 --- a/Source/Core/DolphinWX/Config/GeneralConfigPane.cpp +++ b/Source/Core/DolphinWX/Config/GeneralConfigPane.cpp @@ -85,7 +85,7 @@ void GeneralConfigPane::InitializeGUI() "which is dissociated from the previous one.")); m_throttler_choice->SetToolTip(_("Limits the emulation speed to the specified percentage.\nNote " "that raising or lowering the emulation speed will also raise " - "or lower the audio pitch to prevent audio from stuttering.")); + "or lower the audio pitch unless audio stretching is enabled.")); const int space5 = FromDIP(5);