Add support for save states in arcade cores (#981)

Initialize the save state system after processing the MRA if the ss_base address is set.
Use the savestates/Arcade directory for arcade savestates
This commit is contained in:
Martin Donlon
2025-04-15 22:51:16 -07:00
committed by GitHub
parent 2ad7718ea9
commit 1074cdcfdd
2 changed files with 5 additions and 2 deletions

View File

@@ -1478,6 +1478,7 @@ void user_io_init(const char *path, const char *xml)
if (xml && isXmlName(xml) == 1)
{
arcade_send_rom(xml);
if (ss_base) process_ss(xml);
}
else if (is_minimig())
{