mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
make ROM path not be hardcoded.
This commit is contained in:
@ -40,7 +40,7 @@ bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
|
||||
bool LoadROM(char* path);
|
||||
bool LoadROM(const char* path, bool direct);
|
||||
|
||||
void WriteROMCnt(u32 val);
|
||||
u32 ReadROMData();
|
||||
|
Reference in New Issue
Block a user