mirror of
https://github.com/holub/mame
synced 2025-07-07 19:03:29 +03:00
Revert "ui: fix initial message popups not showing on d3d/bgfx"
This reverts commit 3db9e11031
.
This commit is contained in:
parent
dc2a37a5fa
commit
7efa311356
@ -311,7 +311,6 @@ ui_manager* mame_machine_manager::create_ui(running_machine& machine)
|
||||
machine.add_notifier(MACHINE_NOTIFY_RESET, machine_notify_delegate(&mame_machine_manager::reset, this));
|
||||
|
||||
m_ui->set_startup_text("Initializing...", true);
|
||||
machine.video().frame_update(); // force another video update, some video backends need it
|
||||
|
||||
return m_ui.get();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user