mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
365ae01764
|
@ -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())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue