hook up savestate shito

This commit is contained in:
Arisotura
2020-04-29 00:50:23 +02:00
parent 47ff012f5e
commit 5fbad464c2
4 changed files with 149 additions and 2 deletions

View File

@ -69,6 +69,8 @@ bool LoadBIOS()
NDS::LoadBIOS();
SavestateLoaded = false;
// TODO: error reporting?
return true;
}