Skip to content

Commit

Permalink
Update Cart_Reader.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni committed Oct 9, 2022
1 parent be9e384 commit 26d025e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cart_Reader/Cart_Reader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 26d025e

Please sign in to comment.