diff --git a/bootloader/storage/emusd.c b/bootloader/storage/emusd.c index 1b25a491..0f5a98d3 100644 --- a/bootloader/storage/emusd.c +++ b/bootloader/storage/emusd.c @@ -87,7 +87,6 @@ bool emusd_unmount() { } bool emusd_set_path(char *path) { - gfx_con.mute = false; FIL fp; bool found = false; // TODO: use emu_sd.file_path instead