mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
03770: Setting 'snapname %g' does not allow snap to be saved with F12.
This commit is contained in:
parent
7bba786329
commit
9e1ebf8795
@ -1255,7 +1255,7 @@ static file_error mame_fopen_next(running_machine *machine, const char *pathopti
|
||||
|
||||
/* determine if the template has an index; if not, we always use the same name */
|
||||
if (snapstr.find(0, "%i") == -1)
|
||||
snapstr.cpy(snapstr);
|
||||
fname.cpy(snapstr);
|
||||
|
||||
/* otherwise, we scan for the next available filename */
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user