PAL colour-loss is disabled by default.

This commit is contained in:
Stephen Anthony 2017-05-13 21:24:43 -02:30
parent 744571b1da
commit 336dbb0de4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Settings::Settings(OSystem& osystem)
setInternal("fullscreen", "false");
setInternal("center", "false");
setInternal("palette", "standard");
setInternal("colorloss", "true");
setInternal("colorloss", "false");
setInternal("timing", "sleep");
setInternal("uimessages", "true");