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:
@ -57,7 +57,7 @@ void SetupSRAMPath(int slot)
|
||||
strncpy(SRAMPath[slot] + strlen(ROMPath[slot]) - 3, "sav", 3);
|
||||
}
|
||||
|
||||
bool LoadROM(char* file, int slot)
|
||||
bool LoadROM(const char* file, int slot)
|
||||
{
|
||||
char oldpath[1024];
|
||||
char oldsram[1024];
|
||||
|
Reference in New Issue
Block a user