mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00: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:
parent
9df772ed89
commit
e1549658a2
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue