Make 'fastscbios' option default to true.

This was mentioned in some thread; I forget where, but the consensus
is that this should be the default.
This commit is contained in:
Stephen Anthony 2017-07-13 20:53:20 -02:30
parent fbb73b72f1
commit 66e5a07f20
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ Settings::Settings(OSystem& osystem)
setInternal("ramrandom", "true");
setInternal("avoxport", "");
setInternal("stats", "false");
setInternal("fastscbios", "false");
setInternal("fastscbios", "true");
setExternal("romloadcount", "0");
setExternal("maxres", "");

View File

@ -587,7 +587,7 @@ void VideoDialog::setDefaults()
myColorLoss->setState(false);
myUIMessages->setState(true);
myCenter->setState(false);
myFastSCBios->setState(false);
myFastSCBios->setState(true);
break;
}