mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
didn't merge last time (nw)
This commit is contained in:
parent
5943989636
commit
f060f18a1e
@ -1031,7 +1031,7 @@ std::string &ui_manager::warnings_string(std::string &str)
|
|||||||
{
|
{
|
||||||
str.append("One or more ROMs/CHDs for this ");
|
str.append("One or more ROMs/CHDs for this ");
|
||||||
str.append(emulator_info::get_gamenoun());
|
str.append(emulator_info::get_gamenoun());
|
||||||
str.append( "game are incorrect. The ");
|
str.append(" are incorrect. The ");
|
||||||
str.append(emulator_info::get_gamenoun());
|
str.append(emulator_info::get_gamenoun());
|
||||||
str.append(" may not run correctly.\n");
|
str.append(" may not run correctly.\n");
|
||||||
if (machine().system().flags & WARNING_FLAGS)
|
if (machine().system().flags & WARNING_FLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user