mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-11 18:50:04 +00:00
Don't include hidden payloads and libtools.
This commit is contained in:
parent
eba96a4559
commit
f67de2dd2c
1 changed files with 1 additions and 1 deletions
|
@ -1985,7 +1985,7 @@ void launch_tools(u8 type)
|
||||||
else
|
else
|
||||||
memcpy(dir, "bootloader/libtools", 20);
|
memcpy(dir, "bootloader/libtools", 20);
|
||||||
|
|
||||||
filelist = dirlist(dir, NULL);
|
filelist = dirlist(dir, NULL, false);
|
||||||
|
|
||||||
u32 i = 0;
|
u32 i = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue