mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
49fdb0131e
commit
c1bc2aa093
@ -1113,14 +1113,9 @@ void consoleMenu() {
|
|||||||
#ifdef no-intro
|
#ifdef no-intro
|
||||||
if (getMapping() == 0) {
|
if (getMapping() == 0) {
|
||||||
selectMapping();
|
selectMapping();
|
||||||
checkStatus_NES(0);
|
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
checkStatus_NES(1);
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
checkStatus_NES(0);
|
|
||||||
#endif
|
#endif
|
||||||
|
checkStatus_NES();
|
||||||
nesMenu();
|
nesMenu();
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user