Back color configurable, added fps counter checkbox
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user