mirror of
https://github.com/holub/mame
synced 2025-05-12 00:58:53 +03:00
debugqt: alternatively... (nw)
This commit is contained in:
parent
d40ca7e901
commit
9196e1e80c
@ -335,7 +335,7 @@ void debugger_qt::wait_for_debugger(device_t &device, bool firststop)
|
|||||||
gather_save_configurations();
|
gather_save_configurations();
|
||||||
}
|
}
|
||||||
#if defined(WIN32) && !defined(SDLMAME_WIN32)
|
#if defined(WIN32) && !defined(SDLMAME_WIN32)
|
||||||
winwindow_update_cursor_state(device.machine()); // make sure the cursor isn't hidden while in debugger
|
winwindow_update_cursor_state(*m_machine); // make sure the cursor isn't hidden while in debugger
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user