Restore akiko final when restoring savestate

This commit is contained in:
Dimitris Panokostas 2020-06-29 08:09:22 +02:00
parent 27615dfdb1
commit 0c6c030022
2 changed files with 6 additions and 0 deletions

View file

@ -2089,6 +2089,7 @@ void m68k_go(int may_quit)
if (restored)
{
restored = 0;
savestate_restore_final();
}
#endif

View file

@ -743,6 +743,11 @@ error:
zfile_fclose(f);
}
void savestate_restore_final(void)
{
restore_akiko_final();
}
bool savestate_restore_finish(void)
{
if (!isrestore ())