mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
logerror to osd_printf_verbose for osd (nw)
This commit is contained in:
parent
0b22f41498
commit
0f07b50595
@ -967,7 +967,7 @@ void winwindow_ui_pause_from_main_thread(running_machine &machine, int pause)
|
||||
}
|
||||
|
||||
if (LOG_TEMP_PAUSE)
|
||||
machine.logerror("winwindow_ui_pause_from_main_thread(): %d --> %d\n", old_temp_pause, ui_temp_pause);
|
||||
osd_printf_verbose("winwindow_ui_pause_from_main_thread(): %d --> %d\n", old_temp_pause, ui_temp_pause);
|
||||
}
|
||||
|
||||
|
||||
@ -1858,7 +1858,7 @@ void win_window_info::adjust_window_position_after_major_change()
|
||||
{
|
||||
win_physical_width = newrect.width();
|
||||
win_physical_height = newrect.height();
|
||||
machine().logerror("Physical width %d, height %d\n",win_physical_width,win_physical_height);
|
||||
osd_printf_verbose("Physical width %d, height %d\n",win_physical_width,win_physical_height);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user