pass savefile name to NDS::LoadROM() instead of having the core generate it.

This commit is contained in:
StapleButter
2018-10-23 21:52:41 +02:00
parent a4a9bca5f0
commit f60ac42466
6 changed files with 29 additions and 23 deletions

View File

@ -44,7 +44,7 @@ void Reset();
void DoSavestate(Savestate* file);
bool LoadROM(const char* path, bool direct);
bool LoadROM(const char* path, const char* sram, bool direct);
void WriteROMCnt(u32 val);
u32 ReadROMData();