Previous | 199869 Revisions | Next |
r36456 Tuesday 17th March, 2015 at 12:58:00 UTC by Oliver Stöneberg |
---|
write popmessage() to error.log as well - and command-line in DEBUG build (nw) |
[src/emu] | mame.c |
r244967 | r244968 | |
---|---|---|
286 | 286 | |
287 | 287 | // pop it in the UI |
288 | 288 | machine_manager::instance()->machine()->ui().popup_time(temp.len() / 40 + 2, "%s", temp.cstr()); |
289 | ||
290 | // also write to error.log | |
291 | logerror("popmessage: %s\n", temp.cstr()); | |
292 | ||
293 | #ifdef MAME_DEBUG | |
294 | // and to command-line in a DEBUG build | |
295 | osd_printf_info("popmessage: %s\n", temp.cstr()); | |
296 | #endif | |
289 | 297 | } |
290 | 298 | } |
291 | 299 |
https://github.com/mamedev/mame/commit/004c6ffa3738bb7a97e0fa6e90900002058fc446 |
Previous | 199869 Revisions | Next |