mirror of
https://github.com/CTCaer/hekate.git
synced 2025-08-02 22:28:49 +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.
|
# Utilities.
|
||||||
OBJS += $(addprefix $(BUILDDIR)/$(TARGET)/, \
|
OBJS += $(addprefix $(BUILDDIR)/$(TARGET)/, \
|
||||||
btn.o dirlist.o ianos.o util.o \
|
btn.o dirlist.o ianos.o util.o \
|
||||||
config.o ini.o \
|
config.o ini.o browser.o \
|
||||||
)
|
)
|
||||||
|
|
||||||
# Horizon.
|
# Horizon.
|
||||||
|
|
|
@ -379,7 +379,7 @@ void ini_list_launcher()
|
||||||
if (sd_mount())
|
if (sd_mount())
|
||||||
{
|
{
|
||||||
//Start folder//extn//Menu caption//return containing dir only//return to root//return in ASCII order//
|
//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;
|
if (!path_sec) return;
|
||||||
u8 fr1 = 0; u8 fr2 = 0;
|
u8 fr1 = 0; u8 fr2 = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue