Skip to content

Commit

Permalink
PCSX2: Correct FMVAspectRatioSwitchNames ini labels.
Browse files Browse the repository at this point in the history
Small follow up correction from PCSX2#2690, the ini options were inverted.
  • Loading branch information
lightningterror authored and samkatakouzinos committed Jan 6, 2019
1 parent 0cea9e8 commit 5c001c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pcsx2/gui/AppConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 5c001c0

Please sign in to comment.