mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Call unload image for cart softlist items too (no whatsnew)
This commit is contained in:
parent
b02f5ccf31
commit
e707e4cc78
@ -999,7 +999,8 @@ void device_image_interface::clear()
|
||||
|
||||
void device_image_interface::unload()
|
||||
{
|
||||
if (is_loaded()) {
|
||||
if (is_loaded() || m_software_info_ptr)
|
||||
{
|
||||
call_unload();
|
||||
}
|
||||
clear();
|
||||
|
Loading…
Reference in New Issue
Block a user