reapply color loss when switching TV format (fixes #880)

This commit is contained in:
Thomas Jentzsch 2022-02-28 09:32:41 +01:00
parent 95eb0966cd
commit 633def0531
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}