1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-18 21:13:24 +01:00

Edit some more btn_waits() out

This commit is contained in:
Such Meme, Many Skill 2020-05-02 02:05:37 +02:00
parent aa6d522c16
commit 4aca6e5fcf

View file

@ -3,7 +3,7 @@
#include "../../mem/heap.h"
#include "../../utils/types.h"
#include "../../libs/fatfs/ff.h"
#include "../../utils/btn.h"
#include "../../hid/hid.h"
#include "../../gfx/gfx.h"
#include "../../utils/util.h"
#include "../../storage/nx_emmc.h"
@ -122,7 +122,7 @@ int handleEntries(short mmcType, menu_entry part){
if (!res){
gfx_printf("\nDone!");
btn_wait();
hidWait();
}
}
@ -154,14 +154,14 @@ int makeMmcMenu(short mmcType){
}
gfx_printf("\nDone!");
btn_wait();
hidWait();
break;
case 2:
if (!(clipboardhelper & ISDIR) && (clipboardhelper & OPERATIONCOPY)){
gfx_clearscreen();
if (!mmcFlashFile(clipboard, mmcType)){
gfx_printf("\nDone!");
btn_wait();
hidWait();
}
clipboardhelper = 0;
}