mirror of https://github.com/PCSX2/pcsx2.git
PCSX2: Correct FMVAspectRatioSwitchNames ini labels.
Small follow up correction from #2690, the ini options were inverted.
This commit is contained in:
parent
fd7a862226
commit
c6abc08b5f
|
@ -882,10 +882,9 @@ void AppConfig::GSWindowOptions::LoadSave( IniInterface& ini )
|
|||
|
||||
static const wxChar* FMVAspectRatioSwitchNames[] =
|
||||
{
|
||||
// FIXME: fmv_aspect_ratio_switch_labels[] is inverted
|
||||
L"Off", // Standard (4:3)
|
||||
L"4:3", // Widescreen (16:9)
|
||||
L"16:9", // Off
|
||||
L"4:3",
|
||||
L"16:9",
|
||||
L"Off",
|
||||
// WARNING: array must be NULL terminated to compute it size
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue