Skip to content

Commit

Permalink
Merge pull request #5252 from JosJuice/pitch-text
Browse files Browse the repository at this point in the history
Update text about pitch depending on emulation speed
  • Loading branch information
lioncash committed Apr 16, 2017
2 parents b6433b2 + 741aa9d commit d225099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Config/GeneralConfigPane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d225099

Please sign in to comment.