mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
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:
@ -175,7 +175,9 @@ void CConfigMain::UpdateGUI()
|
|||||||
// Disable stuff on DisplayPage
|
// Disable stuff on DisplayPage
|
||||||
FullscreenResolution->Disable();
|
FullscreenResolution->Disable();
|
||||||
RenderToMain->Disable();
|
RenderToMain->Disable();
|
||||||
|
ProgressiveScan->Disable();
|
||||||
|
NTSCJ->Disable();
|
||||||
|
|
||||||
|
|
||||||
// Disable stuff on GamecubePage
|
// Disable stuff on GamecubePage
|
||||||
GCSystemLang->Disable();
|
GCSystemLang->Disable();
|
||||||
@ -184,7 +186,6 @@ void CConfigMain::UpdateGUI()
|
|||||||
// Disable stuff on WiiPage
|
// Disable stuff on WiiPage
|
||||||
WiiSensBarPos->Disable();
|
WiiSensBarPos->Disable();
|
||||||
WiiScreenSaver->Disable();
|
WiiScreenSaver->Disable();
|
||||||
ProgressiveScan->Disable();
|
|
||||||
WiiEuRGB60->Disable();
|
WiiEuRGB60->Disable();
|
||||||
WiiAspectRatio->Disable();
|
WiiAspectRatio->Disable();
|
||||||
WiiSystemLang->Disable();
|
WiiSystemLang->Disable();
|
||||||
|
Reference in New Issue
Block a user