mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
document some error (nw)
This commit is contained in:
parent
11ed8ba191
commit
6c3e7c9782
@ -1812,6 +1812,7 @@ void win_window_info::set_fullscreen(int fullscreen)
|
||||
m_fullscreen = fullscreen;
|
||||
|
||||
// reset UI to main menu
|
||||
// FIXME: this cause crash if called when running_machine.m_ui not yet initialised. e.g. when trying to show error/warning messagebox at startup (during auto-switch from full screen to windowed mode).
|
||||
machine().ui().menu_reset();
|
||||
|
||||
// kill off the drawers
|
||||
|
Loading…
Reference in New Issue
Block a user