mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 03:56:54 +01:00
Update ed64.c
Add all current features to switch.
This commit is contained in:
parent
f646b50f76
commit
93797f5d31
@ -95,6 +95,9 @@ static flashcart_err_t ed64_deinit (void) {
|
|||||||
static bool ed64_has_feature (flashcart_features_t feature) {
|
static bool ed64_has_feature (flashcart_features_t feature) {
|
||||||
switch (feature) {
|
switch (feature) {
|
||||||
case FLASHCART_FEATURE_64DD:
|
case FLASHCART_FEATURE_64DD:
|
||||||
|
// FIXME: this is not valid for the V3, as does contain them:
|
||||||
|
case FLASHCART_FEATURE_RTC:
|
||||||
|
case FLASHCART_FEATURE_USB:
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user