mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
49fdb0131e
commit
c1bc2aa093
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user