memory reports
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user