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)
|
||||
{
|
||||
restored = 0;
|
||||
savestate_restore_final();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -743,6 +743,11 @@ error:
|
|||
zfile_fclose(f);
|
||||
}
|
||||
|
||||
void savestate_restore_final(void)
|
||||
{
|
||||
restore_akiko_final();
|
||||
}
|
||||
|
||||
bool savestate_restore_finish(void)
|
||||
{
|
||||
if (!isrestore ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue