Previous 199869 Revisions Next

r34362 Monday 12th January, 2015 at 21:25:00 UTC by Carl
debugqt: get machine from somewhere (nw)
[src/osd/modules/debugger]debugqt.c

trunk/src/osd/modules/debugger/debugqt.c
r242873r242874
335335      gather_save_configurations();
336336   }
337337#if defined(WIN32) && !defined(SDLMAME_WIN32)
338      winwindow_update_cursor_state(m_osd.machine()); // make sure the cursor isn't hidden while in debugger
338      winwindow_update_cursor_state(device.machine()); // make sure the cursor isn't hidden while in debugger
339339#endif
340340}
341341


Previous 199869 Revisions Next


© 1997-2024 The MAME Team