more WIP. ROM loading working, sorta. not loading saves or anything yet.

This commit is contained in:
Arisotura
2021-12-29 15:42:30 +01:00
parent aa443c6bce
commit 9529356062
10 changed files with 353 additions and 98 deletions

View File

@ -218,6 +218,8 @@ bool LoadROM(const u8* romdata, u32 romlen);
void LoadSave(const u8* savedata, u32 savelen);
void SetupDirectBoot(std::string romname);
void EjectCart();
//void FlushSRAMFile();
//void RelocateSave(const char* path, bool write);