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

@@ -277,7 +277,7 @@ static void _launch_payloads()
dir = (char *)malloc(256);
memcpy(dir, "bootloader/payloads", 20);
filelist = dirlist(dir, NULL, false, false);
filelist = dirlist(dir, NULL, 0);
u32 i = 0;