Including the binary of the splaspack, added FPS camera
This commit is contained in:
7
Makefile
7
Makefile
@@ -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 $< $@
|
||||
|
||||
Reference in New Issue
Block a user