mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
fix warning message (nw)
This commit is contained in:
parent
470525cbff
commit
978be5e357
@ -180,7 +180,7 @@ std::string machine_info::warnings_string() const
|
||||
buf << m_machine.rom_load().software_load_warnings_message();
|
||||
|
||||
// if we have at least one warning flag, print the general header
|
||||
if ((m_machine.rom_load().knownbad() > 0) || (machine_flags() & (MACHINE_WARNINGS | MACHINE_BTANB)) || unemulated_features() || imperfect_features())
|
||||
if ((m_machine.rom_load().knownbad() > 0) || (machine_flags() & (MACHINE_ERRORS | MACHINE_WARNINGS | MACHINE_BTANB)) || unemulated_features() || imperfect_features())
|
||||
{
|
||||
if (!buf.str().empty())
|
||||
buf << '\n';
|
||||
|
Loading…
Reference in New Issue
Block a user