mirror of
https://github.com/holub/mame
synced 2025-05-11 16:48:52 +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;
|
||||
if (dev!=NULL && dev->interface(intf))
|
||||
{
|
||||
return intf->basename();
|
||||
return intf->basename_noext();
|
||||
}
|
||||
dev = dev->owner();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user