diff options
| author | 2014-10-15 06:52:13 +0000 | |
|---|---|---|
| committer | 2014-10-15 06:52:13 +0000 | |
| commit | 35dee95edf34c15f2b88de38136bdb59b98d45e4 (patch) | |
| tree | e2484be3a2a106e9bf61529ffff55f6dc9666785 /src | |
| parent | 528f8ce1a3d0b41bdafa6f2e648ac43a7d245136 (diff) | |
Fixed init order on software item load (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/ui/imgcntrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/ui/imgcntrl.c b/src/emu/ui/imgcntrl.c index d16cdf5638f..0c50f1adb27 100644 --- a/src/emu/ui/imgcntrl.c +++ b/src/emu/ui/imgcntrl.c @@ -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() { astring temp_name(sld->list_name(), ":", swi->shortname(), ":", swp->name()); + image->set_init_phase(); hook_load(temp_name, true); } |
