mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
pass savefile name to NDS::LoadROM() instead of having the core generate it.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user