mirror of https://github.com/stella-emu/stella.git
PAL colour-loss is disabled by default.
This commit is contained in:
parent
744571b1da
commit
336dbb0de4
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue