mirror of
https://github.com/holub/mame
synced 2025-07-07 19:03:29 +03:00
fix input regression in internal debugger window editors
This commit is contained in:
parent
96f39e1aa3
commit
c5f16b5022
@ -1835,8 +1835,9 @@ void debug_internal::wait_for_debugger(device_t &device, bool firststop)
|
||||
}
|
||||
|
||||
followers_set_cpu(&device);
|
||||
ui_input_reset(device.machine());
|
||||
debug_show_all();
|
||||
if(firststop)
|
||||
ui_input_reset(device.machine());
|
||||
//ui_update_and_render(device.machine(), device.machine().render().ui_container()());
|
||||
update_views();
|
||||
device.machine().osd().update(false);
|
||||
|
Loading…
Reference in New Issue
Block a user