Skip to content

Commit

Permalink
UI: Fullscreen UI typo fix
Browse files Browse the repository at this point in the history
Fixes a typo in cycle skip.
  • Loading branch information
JordanTheToaster authored and refractionpcsx2 committed Sep 12, 2022
1 parent 8d8c076 commit 72c78fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/Frontend/FullscreenUI.cpp
Expand Up @@ -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"};
Expand Down

0 comments on commit 72c78fc

Please sign in to comment.