mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
be9e384783
commit
26d025e82f
@ -655,6 +655,7 @@ boolean compareCRC(char* database, char* crcString, boolean renamerom, int offse
|
||||
|
||||
// Rename file to no-intro
|
||||
sd.chdir(folder);
|
||||
delay(100);
|
||||
if (myFile.open(fileName, O_READ)) {
|
||||
myFile.rename(gamename);
|
||||
// Close the file:
|
||||
|
Loading…
Reference in New Issue
Block a user