mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
Fixed required image loading (no whatsnew)
This commit is contained in:
parent
0b03356800
commit
94493777d6
@ -1711,6 +1711,7 @@ bool load_software_part(emu_options &options, device_image_interface *image, con
|
||||
const char *option = options.value(req_image->brief_instance_name());
|
||||
// mount only if not already mounted
|
||||
if (strlen(option)==0) {
|
||||
req_image->set_init_phase();
|
||||
req_image->load(requirement);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user