memory reports

This commit is contained in:
Jan Racek
2026-03-27 19:30:01 +01:00
parent 4ff7ecdd57
commit 85eb7e59d9
7 changed files with 193 additions and 1 deletions

View File

@@ -22,7 +22,8 @@ src/collision.cpp \
src/bvh.cpp \
src/cutscene.cpp \
src/uisystem.cpp \
src/loadingscreen.cpp
src/loadingscreen.cpp \
src/memoverlay.cpp
# LOADER=cdrom → CD-ROM backend (for ISO builds on real hardware)
# LOADER=pcdrv → PCdrv backend (default, emulator + SIO1)
@@ -32,5 +33,10 @@ else
CPPFLAGS += -DPCDRV_SUPPORT=1
endif
# MEMOVERLAY=1 → Enable runtime heap/RAM usage overlay
ifeq ($(MEMOVERLAY),1)
CPPFLAGS += -DPSXSPLASH_MEMOVERLAY
endif
include third_party/nugget/psyqo-lua/psyqo-lua.mk
include third_party/nugget/psyqo/psyqo.mk