Re order the main menu

This commit is contained in:
Such Meme, Many Skill
2019-08-19 23:32:20 +02:00
parent 7dc9320b41
commit d000f86c89
3 changed files with 23 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ int messagebox(char *message){
int ret = -1;
meme_clearscreen();
gfx_printf("%s", message);
msleep(100);
u8 res = btn_wait();
if (res & BTN_POWER) ret = 0;
else ret = 1;