Previous 199869 Revisions Next

r41666 Monday 9th November, 2015 at 07:36:54 UTC by Miodrag Milanović
logerror to osd_printf_verbose for osd (nw)
[src/osd/windows]window.cpp

trunk/src/osd/windows/window.cpp
r250177r250178
967967   }
968968
969969   if (LOG_TEMP_PAUSE)
970      machine.logerror("winwindow_ui_pause_from_main_thread(): %d --> %d\n", old_temp_pause, ui_temp_pause);
970      osd_printf_verbose("winwindow_ui_pause_from_main_thread(): %d --> %d\n", old_temp_pause, ui_temp_pause);
971971}
972972
973973
r250177r250178
18581858   {
18591859      win_physical_width = newrect.width();
18601860      win_physical_height = newrect.height();
1861      machine().logerror("Physical width %d, height %d\n",win_physical_width,win_physical_height);
1861      osd_printf_verbose("Physical width %d, height %d\n",win_physical_width,win_physical_height);
18621862   }
18631863}
18641864


Previous 199869 Revisions Next


© 1997-2024 The MAME Team