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

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