mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
disabled additional logging of popmessage() messages (nw)
This commit is contained in:
parent
27460ff717
commit
490ed5ce9b
@ -287,6 +287,7 @@ void CLIB_DECL popmessage(const char *format, ...)
|
|||||||
// pop it in the UI
|
// pop it in the UI
|
||||||
machine_manager::instance()->machine()->ui().popup_time(temp.len() / 40 + 2, "%s", temp.cstr());
|
machine_manager::instance()->machine()->ui().popup_time(temp.len() / 40 + 2, "%s", temp.cstr());
|
||||||
|
|
||||||
|
/*
|
||||||
// also write to error.log
|
// also write to error.log
|
||||||
logerror("popmessage: %s\n", temp.cstr());
|
logerror("popmessage: %s\n", temp.cstr());
|
||||||
|
|
||||||
@ -294,6 +295,7 @@ void CLIB_DECL popmessage(const char *format, ...)
|
|||||||
// and to command-line in a DEBUG build
|
// and to command-line in a DEBUG build
|
||||||
osd_printf_info("popmessage: %s\n", temp.cstr());
|
osd_printf_info("popmessage: %s\n", temp.cstr());
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user