feat: disconnect Bluetooth devices, flush disks on shutdown/reboot, display progress in login.elf window

This commit is contained in:
2026-06-06 18:27:19 +02:00
parent b51ab42eb9
commit cee21738ee
24 changed files with 418 additions and 12 deletions
+1
View File
@@ -71,6 +71,7 @@ SRCS := \
login_wallpaper.cpp \
login_render.cpp \
login_input.cpp \
login_shutdown.cpp \
stb_truetype_impl.cpp \
font_data.cpp
OBJS := $(addprefix $(OBJDIR)/,$(SRCS:.cpp=.o))