Update Cart_Reader.ino

This commit is contained in:
sanni 2022-09-18 19:31:37 +02:00
parent 49fdb0131e
commit c1bc2aa093

View File

@ -1113,14 +1113,9 @@ void consoleMenu() {
#ifdef no-intro
if (getMapping() == 0) {
selectMapping();
checkStatus_NES(0);
}
else {
checkStatus_NES(1);
}
#else
checkStatus_NES(0);
#endif
checkStatus_NES();
nesMenu();
break;
#endif