Skip to content

Commit

Permalink
ff: change wording on cpu optimization option, warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blueminder committed Mar 20, 2023
1 parent b179220 commit 91d5915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rend/gui_settings.cpp
Expand Up @@ -929,7 +929,7 @@ void GuiSettings::settings_body_video(ImVec2 normal_padding)

if (config::FixedFrequency != 0)
{
OptionCheckbox("Fixed Frequency CPU Optimizations", config::FixedFrequencyThreadSleep, "Disable to improve Frame Pacing in exchange for increased CPU usage.");
OptionCheckbox("FF CPU Optimizations", config::FixedFrequencyThreadSleep, "Improves CPU Usage in exchange for less precise frame timing. Only enable on older PCs.");
}

#ifndef TARGET_IPHONE
Expand Down

0 comments on commit 91d5915

Please sign in to comment.