Including the binary of the splaspack, added FPS camera

This commit is contained in:
2025-03-26 13:50:27 +01:00
parent dbc4bcb068
commit 68084796df
12 changed files with 336 additions and 150 deletions

View File

@@ -4,6 +4,11 @@ TYPE = ps-exe
SRCS = \
src/main.cpp \
src/renderer.cpp \
src/splashpack.cpp
src/splashpack.cpp \
src/camera.cpp \
output.o
include third_party/nugget/psyqo/psyqo.mk
%.o: %.bin
$(PREFIX)-objcopy -I binary --set-section-alignment .data=4 --rename-section .data=.rodata,alloc,load,readonly,data,contents -O $(FORMAT) -B mips $< $@