diff --git a/bootloader/hos/hos.c b/bootloader/hos/hos.c index 693e45f0..2cd485bd 100644 --- a/bootloader/hos/hos.c +++ b/bootloader/hos/hos.c @@ -782,7 +782,6 @@ void hos_launch(ini_sec_t *cfg) goto error; } - gfx_con.mute = false; if (emusd_storage_init_mmc() || !emusd_mount()) { _hos_crit_error("error: Failed to init emuSD.");