diff --git a/open_agb_firm.firm b/open_agb_firm.firm index 589afb0..6d2f74e 100644 Binary files a/open_agb_firm.firm and b/open_agb_firm.firm differ diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index be80f51..73cedf8 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -237,7 +237,7 @@ end: free(curDir); // Clear screen. - ee_printf("\x1b[2J"); + ee_printf("\x1b[2J\x1b[0m"); return res; }