| Previous | 199869 Revisions | Next |
| r32759 Wednesday 15th October, 2014 at 06:52:13 UTC by Miodrag Milanović |
|---|
| Fixed init order on software item load (nw) |
| [src/emu/ui] | imgcntrl.c |
| r32758 | r32759 | |
|---|---|---|
| 132 | 132 | void ui_menu_control_device_image::load_software_part() |
| 133 | 133 | { |
| 134 | 134 | astring temp_name(sld->list_name(), ":", swi->shortname(), ":", swp->name()); |
| 135 | image->set_init_phase(); | |
| 135 | 136 | hook_load(temp_name, true); |
| 136 | 137 | } |
| 137 | 138 |
| Previous | 199869 Revisions | Next |