From 72c78fc163469804c18b47d416aecb0aedf3e8af Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Mon, 12 Sep 2022 09:30:28 +0100 Subject: [PATCH] UI: Fullscreen UI typo fix Fixes a typo in cycle skip. --- pcsx2/Frontend/FullscreenUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/Frontend/FullscreenUI.cpp b/pcsx2/Frontend/FullscreenUI.cpp index daaaefdf31..85f5f72d3d 100644 --- a/pcsx2/Frontend/FullscreenUI.cpp +++ b/pcsx2/Frontend/FullscreenUI.cpp @@ -2332,7 +2332,7 @@ void FullscreenUI::DrawSystemSettingsPage() static constexpr const char* ee_cycle_rate_settings[] = { "50% Speed", "60% Speed", "75% Speed", "100% Speed (Default)", "130% Speed", "180% Speed", "300% Speed"}; static constexpr const char* ee_cycle_skip_settings[] = { - "Normal (Default)", "Mild Underclock", "Moderate Overclock", "Maximum Overclock"}; + "Normal (Default)", "Mild Underclock", "Moderate Underclock", "Maximum Underclock"}; static constexpr const char* ee_rounding_mode_settings[] = {"Nearest", "Negative", "Positive", "Chop/Zero (Default)"}; static constexpr const char* affinity_control_settings[] = { "Disabled", "EE > VU > GS", "EE > GS > VU", "VU > EE > GS", "VU > GS > EE", "GS > EE > VU", "GS > VU > EE"};