mirror of https://github.com/stella-emu/stella.git
reapply color loss when switching TV format (fixes #880)
This commit is contained in:
parent
95eb0966cd
commit
633def0531
|
@ -484,6 +484,9 @@ void Console::setFormat(uInt32 format, bool force)
|
|||
initializeAudio(); // ensure that audio synthesis is set up to match emulation rate
|
||||
myOSystem.resetFps(); // Reset FPS measurement
|
||||
|
||||
enableColorLoss(myOSystem.settings().getBool(
|
||||
myOSystem.settings().getBool("dev.settings") ? "dev.colorloss" : "plr.colorloss"));
|
||||
|
||||
myOSystem.frameBuffer().showTextMessage(message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue