Broken runtime
This commit is contained in:
7
Makefile
7
Makefile
@@ -14,6 +14,7 @@ src/lua.cpp \
|
||||
src/luaapi.cpp \
|
||||
src/scenemanager.cpp \
|
||||
src/sceneloader.cpp \
|
||||
src/fileloader.cpp \
|
||||
src/audiomanager.cpp \
|
||||
src/controls.cpp \
|
||||
src/profiler.cpp \
|
||||
@@ -23,7 +24,13 @@ src/cutscene.cpp \
|
||||
src/uisystem.cpp \
|
||||
src/loadingscreen.cpp
|
||||
|
||||
# LOADER=cdrom → CD-ROM backend (for ISO builds on real hardware)
|
||||
# LOADER=pcdrv → PCdrv backend (default, emulator + SIO1)
|
||||
ifeq ($(LOADER),cdrom)
|
||||
CPPFLAGS += -DLOADER_CDROM
|
||||
else
|
||||
CPPFLAGS += -DPCDRV_SUPPORT=1
|
||||
endif
|
||||
|
||||
include third_party/nugget/psyqo-lua/psyqo-lua.mk
|
||||
include third_party/nugget/psyqo/psyqo.mk
|
||||
|
||||
Reference in New Issue
Block a user