Back color configurable, added fps counter checkbox

This commit is contained in:
2026-03-28 13:32:26 +01:00
parent bb93ecdc5d
commit 69aa4e079d
4 changed files with 18 additions and 17 deletions

View File

@@ -37,5 +37,10 @@ ifeq ($(MEMOVERLAY),1)
CPPFLAGS += -DPSXSPLASH_MEMOVERLAY
endif
# FPSOVERLAY=1 → Enable runtime FPS overlay
ifeq ($(FPSOVERLAY), 1)
CPPFLAGS += -DPSXSPLASH_FPSOVERLAY
endif
include third_party/nugget/psyqo-lua/psyqo-lua.mk
include third_party/nugget/psyqo/psyqo.mk