mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-02-19 19:42:53 +01:00
Update ed64.c
Add USB feature
This commit is contained in:
parent
6054cbe1ad
commit
0635d44034
@ -55,7 +55,7 @@ static bool ed64_has_feature (flashcart_features_t feature) {
|
||||
switch (feature) {
|
||||
case FLASHCART_FEATURE_64DD: return false;
|
||||
case FLASHCART_FEATURE_RTC: return false; // FIXME: if it is a V3 we should return true!
|
||||
//case FLASHCART_FEATURE_USB: return false; // FIXME: if it is a V3 we should return true (although virtual)!
|
||||
case FLASHCART_FEATURE_USB: return false; // FIXME: if it is a V3 we should return true (although virtual)!
|
||||
default: return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user