diff --git a/src/emucore/Console.cxx b/src/emucore/Console.cxx index 96b3aba7e..50c6a4fce 100644 --- a/src/emucore/Console.cxx +++ b/src/emucore/Console.cxx @@ -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); }