We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27880bf commit 14cc1b0Copy full SHA for 14cc1b0
mame-rr/src/emu/machine.c
@@ -558,6 +558,17 @@ void running_machine::set_saveload_filename(const char *filename)
558
}
559
else
560
{
561
+ astring moviepath = "";
562
+
563
+ if (get_record_file(this))
564
+ {
565
+ moviepath = this->input_port_data->movie_filename;
566
+ }
567
+ else if (get_playback_file(this))
568
569
570
571
572
m_saveload_searchpath = SEARCHPATH_STATE;
573
m_saveload_pending_file.cpy(basename()).cat(PATH_SEPARATOR).cat(filename).cat(".sta");
574
0 commit comments