hekate: use the new dirlist

This commit is contained in:
CTCaer
2025-08-27 15:21:46 +03:00
committed by NaGa
parent af72bb5b94
commit 23ac454b1d
4 changed files with 5 additions and 5 deletions

View File

@@ -1401,7 +1401,7 @@ static lv_res_t _create_mbox_payloads(lv_obj_t *btn)
goto out_end;
}
dirlist_t *filelist = dirlist("bootloader/payloads", NULL, false, false);
dirlist_t *filelist = dirlist("bootloader/payloads", NULL, 0);
sd_unmount();
u32 i = 0;

View File

@@ -1641,7 +1641,7 @@ static lv_res_t _create_change_emummc_window(lv_obj_t *btn_caller)
emummc_img->part_type[i - 1] = mbr->partitions[i].type;
}
emummc_img->dirlist = dirlist("emuMMC", NULL, false, true);
emummc_img->dirlist = dirlist("emuMMC", NULL, DIR_SHOW_DIRS);
if (!emummc_img->dirlist)
goto out0;