]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Built-in PAL/NTSC missing inuse state.
authorToni Wilen <twilen@winuae.net>
Wed, 24 Aug 2016 16:11:47 +0000 (19:11 +0300)
committerToni Wilen <twilen@winuae.net>
Wed, 24 Aug 2016 16:11:47 +0000 (19:11 +0300)
cfgfile.cpp

index f0c4ac46659ef2ca597af356092ba782c1b9cd6e..930d9db8d7ce2e0dc1afbf30441ca479e3efc3f8 100644 (file)
@@ -6858,6 +6858,7 @@ void default_prefs (struct uae_prefs *p, bool reset, int type)
        cr->rate = 50.0;
        cr->ntsc = 0;
        cr->locked = false;
+       cr->inuse = true;
        _tcscpy (cr->label, _T("PAL"));
        cr = &p->cr[CHIPSET_REFRESH_NTSC];
        cr->index = CHIPSET_REFRESH_NTSC;
@@ -6869,6 +6870,7 @@ void default_prefs (struct uae_prefs *p, bool reset, int type)
        cr->rate = 60.0;
        cr->ntsc = 1;
        cr->locked = false;
+       cr->inuse = true;
        _tcscpy (cr->label, _T("NTSC"));
 
        p->lightboost_strobo = false;