Skip to content

Commit 14cc1b0

Browse files
author
feos
committed
uncommitted wip
1 parent 27880bf commit 14cc1b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mame-rr/src/emu/machine.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,17 @@ void running_machine::set_saveload_filename(const char *filename)
558558
}
559559
else
560560
{
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+
561572
m_saveload_searchpath = SEARCHPATH_STATE;
562573
m_saveload_pending_file.cpy(basename()).cat(PATH_SEPARATOR).cat(filename).cat(".sta");
563574
}

0 commit comments

Comments
 (0)