Loader: forget menu position on main menu reentry, proper NULL arg passing. Gui: set current item for menu gui module. (#729)

This commit is contained in:
あく
2021-09-29 07:18:28 +03:00
committed by GitHub
parent 0126b3aba4
commit 8b6c466058
4 changed files with 23 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ CFLAGS += -DSRV_LOADER
SRV_GUI = 1
# Loader autostart hook
LOADER_AUTOSTART ?= ""
ifneq ($(strip $(LOADER_AUTOSTART)),)
ifneq ($(strip $(LOADER_AUTOSTART)), "")
CFLAGS += -DLOADER_AUTOSTART="\"$(LOADER_AUTOSTART)\""
endif
# Loader autostart hook END