| Previous | 199869 Revisions | Next |
| r36458 Tuesday 17th March, 2015 at 14:48:28 UTC by Oliver Stöneberg |
|---|
| disabled additional logging of popmessage() messages (nw) |
| [src/emu] | mame.c |
| r244969 | r244970 | |
|---|---|---|
| 287 | 287 | // pop it in the UI |
| 288 | 288 | machine_manager::instance()->machine()->ui().popup_time(temp.len() / 40 + 2, "%s", temp.cstr()); |
| 289 | 289 | |
| 290 | /* | |
| 290 | 291 | // also write to error.log |
| 291 | 292 | logerror("popmessage: %s\n", temp.cstr()); |
| 292 | 293 | |
| r244969 | r244970 | |
| 294 | 295 | // and to command-line in a DEBUG build |
| 295 | 296 | osd_printf_info("popmessage: %s\n", temp.cstr()); |
| 296 | 297 | #endif |
| 298 | */ | |
| 297 | 299 | } |
| 298 | 300 | } |
| 299 | 301 |
| https://github.com/mamedev/mame/commit/490ed5ce9b8f27412f8e69c7b0c47b106e75b632 |
| Previous | 199869 Revisions | Next |