Re order the main menu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user