separate SRAM setting coded, I guess

This commit is contained in:
StapleButter
2018-10-24 00:24:36 +02:00
parent 1edf2aed3b
commit 8b4ba2d8b9
7 changed files with 79 additions and 8 deletions

View File

@ -114,6 +114,7 @@ bool DoSavestate(Savestate* file);
bool LoadROM(const char* path, const char* sram, bool direct);
void LoadBIOS();
void SetupDirectBoot();
void RelocateSave(const char* path, bool write);
u32 RunFrame();