Merge branch 'sanni:master' into master

This commit is contained in:
PsyK0p4T 2021-07-21 23:47:24 +02:00 committed by GitHub
commit 4a202f217d

View File

@ -1755,7 +1755,7 @@ boolean searchCRC(char crcStr[9]) {
return result;
}
else {
print_Error(F("N64.txt missing"), true);
print_Error(F("n64.txt missing"), true);
}
}
@ -1813,7 +1813,7 @@ void getCartInfo_N64() {
myFile.close();
}
else {
print_Error(F("N64.txt missing"), true);
print_Error(F("n64.txt missing"), true);
}
}