hey look, it runs shit now!

This commit is contained in:
Arisotura
2020-04-27 22:32:33 +02:00
parent 931da1c66f
commit 3c883a2152
3 changed files with 58 additions and 6 deletions

View File

@ -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);