mirror of
https://github.com/holub/mame
synced 2025-05-13 09:28:13 +03:00
let's skip the extension when choosing the nvram folder name based on software
This commit is contained in:
parent
a7a7aa2011
commit
5ff188bd69
@ -284,7 +284,7 @@ static const char *image_parent_basename(device_t *device)
|
|||||||
device_image_interface *intf = NULL;
|
device_image_interface *intf = NULL;
|
||||||
if (dev!=NULL && dev->interface(intf))
|
if (dev!=NULL && dev->interface(intf))
|
||||||
{
|
{
|
||||||
return intf->basename();
|
return intf->basename_noext();
|
||||||
}
|
}
|
||||||
dev = dev->owner();
|
dev = dev->owner();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user