This commit is contained in:
thrust26 2023-11-14 20:30:57 +01:00
commit 365ae01764
1 changed files with 3 additions and 0 deletions

View File

@ -536,6 +536,7 @@ string OSystem::createConsole(const FSNode& rom, string_view md5sum, bool newrom
#endif #endif
if(!showmessage) if(!showmessage)
{
if(settings().getBool(devSettings ? "dev.detectedinfo" : "plr.detectedinfo")) if(settings().getBool(devSettings ? "dev.detectedinfo" : "plr.detectedinfo"))
{ {
ostringstream msg; ostringstream msg;
@ -553,6 +554,8 @@ string OSystem::createConsole(const FSNode& rom, string_view md5sum, bool newrom
msg << "Stella " << STELLA_VERSION; msg << "Stella " << STELLA_VERSION;
myFrameBuffer->showTextMessage(msg.str()); myFrameBuffer->showTextMessage(msg.str());
} }
}
// Check for first PlusROM start // Check for first PlusROM start
if(myConsole->cartridge().isPlusROM()) if(myConsole->cartridge().isPlusROM())
{ {