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.
This commit is contained in:
JosJuice 2017-04-12 21:03:53 +02:00
parent 2151858fb1
commit 741aa9d983
1 changed files with 1 additions and 1 deletions

View File

@ -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);