Add use of wildcard "*" for loading kips from a folder
This commit is contained in:
@@ -1968,7 +1968,7 @@ void launch_tools(u8 type)
|
||||
else
|
||||
memcpy(dir, "bootloader/libtools", 20);
|
||||
|
||||
filelist = dirlist(dir);
|
||||
filelist = dirlist(dir, NULL);
|
||||
|
||||
u32 i = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user