Re-implement bis restoring
This commit is contained in:
@@ -50,7 +50,7 @@ int gfx_errDisplay(char *src_func, int err, int loc){
|
||||
|
||||
if (err < 15)
|
||||
gfx_printf("Desc: %s\n", utils_err_codes[err]);
|
||||
else if (err >= 50 && err <= ERR_BISKEY_DUMP_FAILED)
|
||||
else if (err >= ERR_SAME_LOC && err <= ERR_FILE_TOO_BIG_FOR_DEST)
|
||||
gfx_printf("Desc: %s\n", utils_err_codes_te[err - 50]);
|
||||
|
||||
if (loc)
|
||||
|
||||
@@ -54,7 +54,7 @@ void _printentry(menu_entry entry, bool highlighted, bool refresh){
|
||||
}
|
||||
|
||||
int menu_make(menu_entry *entries, int amount, char *toptext){
|
||||
int currentpos = 0, i, res = 0, offset = 0, delay = 300, minscreen = 0, maxscreen = 59;
|
||||
int currentpos = 0, res = 0, offset = 0, delay = 300, minscreen = 0, maxscreen = 59;
|
||||
u32 scrolltimer, timer;
|
||||
bool refresh = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user