diff --git a/source/tegraexplorer/mainmenu.c b/source/tegraexplorer/mainmenu.c index 0011369..feffed2 100644 --- a/source/tegraexplorer/mainmenu.c +++ b/source/tegraexplorer/mainmenu.c @@ -124,7 +124,11 @@ void RebootToHekate(){ } void MountOrUnmountSD(){ - (sd_mounted) ? sd_unmount() : sd_mount(); + gfx_clearscreen(); + if (sd_mounted) + sd_unmount(); + else if (!sd_mount()) + hidWait(); } menuPaths mainMenuPaths[] = {