UI: Fullscreen UI typo fix

Fixes a typo in cycle skip.
This commit is contained in:
JordanTheToaster 2022-09-12 09:30:28 +01:00 committed by refractionpcsx2
parent 8d8c076931
commit 72c78fc163
1 changed files with 1 additions and 1 deletions

View File

@ -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"};