mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-28 21:44:15 +01:00
fix ability to load ROMs
Workaround for need of F/W 3.06 and UNFLoader. Fixes ability to run ROM's
This commit is contained in:
parent
bc7a931348
commit
a0a5b34f82
@ -97,7 +97,7 @@ flashcart_err_t flashcart_init (void) {
|
||||
break;
|
||||
|
||||
case CART_EDX: // Series X EverDrive-64
|
||||
break;
|
||||
// break; // FIXME: Commented out as required to fall through due to need of F/W 3.06 and UNFLoader (at minimum).
|
||||
case CART_ED: // Original EverDrive-64
|
||||
flashcart = ed64_get_flashcart();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user