mirror of
https://github.com/holub/mame
synced 2025-06-28 23:24:23 +03:00
Fixed init order on software item load (nw)
This commit is contained in:
parent
528f8ce1a3
commit
35dee95edf
@ -132,6 +132,7 @@ void ui_menu_control_device_image::test_create(bool &can_create, bool &need_conf
|
|||||||
void ui_menu_control_device_image::load_software_part()
|
void ui_menu_control_device_image::load_software_part()
|
||||||
{
|
{
|
||||||
astring temp_name(sld->list_name(), ":", swi->shortname(), ":", swp->name());
|
astring temp_name(sld->list_name(), ":", swi->shortname(), ":", swp->name());
|
||||||
|
image->set_init_phase();
|
||||||
hook_load(temp_name, true);
|
hook_load(temp_name, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user