mirror of https://github.com/stella-emu/stella.git
fixed #830 (Debugger window messed up)
This commit is contained in:
parent
9a36e3f6ad
commit
6a9f1075d2
|
@ -472,11 +472,14 @@ void Console::setFormat(uInt32 format, bool force)
|
||||||
myConsoleInfo.DisplayFormat = myDisplayFormat + autodetected;
|
myConsoleInfo.DisplayFormat = myDisplayFormat + autodetected;
|
||||||
|
|
||||||
setTIAProperties();
|
setTIAProperties();
|
||||||
|
if(myOSystem.eventHandler().inTIAMode())
|
||||||
|
{
|
||||||
initializeVideo(); // takes care of refreshing the screen
|
initializeVideo(); // takes care of refreshing the screen
|
||||||
initializeAudio(); // ensure that audio synthesis is set up to match emulation rate
|
initializeAudio(); // ensure that audio synthesis is set up to match emulation rate
|
||||||
myOSystem.resetFps(); // Reset FPS measurement
|
myOSystem.resetFps(); // Reset FPS measurement
|
||||||
|
|
||||||
myOSystem.frameBuffer().showTextMessage(message);
|
myOSystem.frameBuffer().showTextMessage(message);
|
||||||
|
}
|
||||||
|
|
||||||
// Let the other devices know about the console change
|
// Let the other devices know about the console change
|
||||||
mySystem->consoleChanged(myConsoleTiming);
|
mySystem->consoleChanged(myConsoleTiming);
|
||||||
|
|
Loading…
Reference in New Issue