only check UHS on clean install
All checks were successful
Build / Build (push) Successful in 12s

This commit is contained in:
2026-06-07 23:16:04 +02:00
parent 9990dfb2ba
commit d6ec345cce

View File

@@ -480,7 +480,8 @@ void ipl_main(void) {
gfx_con_setpos(0, 0);
print_header();
// UHS class check: recommend U2 / V30 / A2 for emuMMC (speed and reliability)
// UHS class check: recommend U2 / V30 / A2 for emuMMC (clean install only)
if (mode == INSTALL_MODE_CLEAN) {
#define UHS_U2_MIN 2
#define UHS_V30_MIN 30
#define UHS_A2_MIN 2
@@ -557,6 +558,7 @@ void ipl_main(void) {
gfx_con_setpos(0, 0);
print_header();
}
}
// Show information
set_color(COLOR_CYAN);