Added translation and rotation, initializing GTE with the renderer

This commit is contained in:
2025-03-19 00:10:46 +01:00
parent 48433876c7
commit 4b37731a97
4 changed files with 94 additions and 61 deletions

View File

@@ -2,6 +2,7 @@ TARGET = psxsplash
TYPE = ps-exe
SRCS = \
src/main.cpp
src/main.cpp \
src/renderer.cpp
include third_party/nugget/psyqo/psyqo.mk