mirror of
https://github.com/CTCaer/hekate.git
synced 2025-04-20 11:35:56 +00:00
update
This commit is contained in:
parent
b91e48c999
commit
911f778234
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ OBJS += $(addprefix $(BUILDDIR)/$(TARGET)/, \
|
|||
# Utilities.
|
||||
OBJS += $(addprefix $(BUILDDIR)/$(TARGET)/, \
|
||||
btn.o dirlist.o ianos.o util.o \
|
||||
config.o ini.o \
|
||||
config.o ini.o browser.o \
|
||||
)
|
||||
|
||||
# Horizon.
|
||||
|
|
|
@ -379,7 +379,7 @@ void ini_list_launcher()
|
|||
if (sd_mount())
|
||||
{
|
||||
//Start folder//extn//Menu caption//return containing dir only//return to root//return in ASCII order//
|
||||
path_sec = file_browser("bootloader/ini", ".ini", "Choose folder / INI", true, false, true);
|
||||
path_sec = file_browser("bootloader/ini", ".ini", "Choose folder / INI", true, true, true);
|
||||
if (!path_sec) return;
|
||||
u8 fr1 = 0; u8 fr2 = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue