Restore akiko final when restoring savestate
This commit is contained in:
parent
27615dfdb1
commit
0c6c030022
2 changed files with 6 additions and 0 deletions
|
@ -2089,6 +2089,7 @@ void m68k_go(int may_quit)
|
||||||
if (restored)
|
if (restored)
|
||||||
{
|
{
|
||||||
restored = 0;
|
restored = 0;
|
||||||
|
savestate_restore_final();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -743,6 +743,11 @@ error:
|
||||||
zfile_fclose(f);
|
zfile_fclose(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void savestate_restore_final(void)
|
||||||
|
{
|
||||||
|
restore_akiko_final();
|
||||||
|
}
|
||||||
|
|
||||||
bool savestate_restore_finish(void)
|
bool savestate_restore_finish(void)
|
||||||
{
|
{
|
||||||
if (!isrestore ())
|
if (!isrestore ())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue