mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +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,6 +175,8 @@ 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
|
||||||
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue