mirror of
https://github.com/sanni/cartreader.git
synced 2025-02-17 13:36:19 +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
|
// Rename file to no-intro
|
||||||
sd.chdir(folder);
|
sd.chdir(folder);
|
||||||
|
delay(100);
|
||||||
if (myFile.open(fileName, O_READ)) {
|
if (myFile.open(fileName, O_READ)) {
|
||||||
myFile.rename(gamename);
|
myFile.rename(gamename);
|
||||||
// Close the file:
|
// Close the file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user