PCSX2: Correct FMVAspectRatioSwitchNames ini labels.

Small follow up correction from #2690, the ini options were inverted.
This commit is contained in:
lightningterror 2018-11-18 21:15:29 +01:00
parent fd7a862226
commit c6abc08b5f
1 changed files with 3 additions and 4 deletions

View File

@ -882,10 +882,9 @@ void AppConfig::GSWindowOptions::LoadSave( IniInterface& ini )
static const wxChar* FMVAspectRatioSwitchNames[] = static const wxChar* FMVAspectRatioSwitchNames[] =
{ {
// FIXME: fmv_aspect_ratio_switch_labels[] is inverted L"4:3",
L"Off", // Standard (4:3) L"16:9",
L"4:3", // Widescreen (16:9) L"Off",
L"16:9", // Off
// WARNING: array must be NULL terminated to compute it size // WARNING: array must be NULL terminated to compute it size
NULL NULL
}; };