Skip to content

Commit

Permalink
Add Mariko Support
Browse files Browse the repository at this point in the history
  • Loading branch information
TTghostsemir committed Feb 23, 2023
1 parent 4ff4184 commit 81dbfe6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/main.cpp
Expand Up @@ -121,8 +121,6 @@ class FastCFWSwitchOverlay : public tsl::Overlay {
}
const bool is_erista = hardware_type == 0 || hardware_type == 1;
if(!is_erista) {
// unsupported Switch model, show error
return initially<FastCFWSwitchErrorGui>("This Switch model is not supported\n\nReboot to payload is only possible\non an Erista Switch");
} else {
// create main GUI with payload selection
return initially<FastCFWSwitchGui>(useClassic);
Expand Down

0 comments on commit 81dbfe6

Please sign in to comment.