gray out ntsc-j option during emulation

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6336 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-11-03 07:16:03 +00:00
parent 9df772ed89
commit e1549658a2

View File

@ -175,7 +175,9 @@ void CConfigMain::UpdateGUI()
// Disable stuff on DisplayPage
FullscreenResolution->Disable();
RenderToMain->Disable();
ProgressiveScan->Disable();
NTSCJ->Disable();
// Disable stuff on GamecubePage
GCSystemLang->Disable();
@ -184,7 +186,6 @@ void CConfigMain::UpdateGUI()
// Disable stuff on WiiPage
WiiSensBarPos->Disable();
WiiScreenSaver->Disable();
ProgressiveScan->Disable();
WiiEuRGB60->Disable();
WiiAspectRatio->Disable();
WiiSystemLang->Disable();