ConfigMain: Change _NTSC to ForceNTSCJ

This is consistent with the name of the setting in dolphin.ini
This commit is contained in:
Stevoisiak
2015-03-13 17:59:30 -04:00
parent efb64c1885
commit 4f71b717cc
2 changed files with 7 additions and 7 deletions

View File

@ -146,7 +146,7 @@ private:
// Advanced
wxRadioBox* CPUEngine;
wxCheckBox* _NTSCJ;
wxCheckBox* ForceNTSCJ;
wxSlider* OCSlider;
wxStaticText* OCText;
wxCheckBox* EnableOC;