small fixes

- On a switch lite, the home and cap buttons do weird things, so we should disable m
- File deletions should wait a bit
This commit is contained in:
suchmememanyskill
2021-01-11 21:22:24 +01:00
parent d27832effb
commit 86db030bda
3 changed files with 10 additions and 3 deletions

View File

@@ -59,7 +59,8 @@ void DeleteFile(char *path, FSEntry_t entry){
gfx_con_setpos(384 + 16, 200 + 16 + 10 * 16);
SETCOLOR(COLOR_RED, COLOR_DARKGREY);
gfx_printf("Are you sure? ");
WaitFor(500);
if (!MakeYesNoHorzMenu(3, COLOR_DARKGREY))
return;