mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
hey look, it runs shit now!
This commit is contained in:
@ -42,7 +42,7 @@ void Init_ROM();
|
||||
|
||||
// load a ROM file to the specified cart slot
|
||||
// note: loading a ROM to the NDS slot resets emulation
|
||||
bool LoadROM(char* file, int slot);
|
||||
bool LoadROM(const char* file, int slot);
|
||||
|
||||
// get the filename associated with the given savestate slot
|
||||
void GetSavestateName(int slot, char* filename, int len);
|
||||
|
Reference in New Issue
Block a user