mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
[iQue] Match exceptasm.s and parameters.s (#2401)
This commit is contained in:
parent
3aafbf3971
commit
9a60c941fe
5 changed files with 368 additions and 61 deletions
3
Makefile
3
Makefile
|
@ -228,6 +228,9 @@ CPP_DEFINES += -DOOT_REGION=REGION_$(REGION)
|
|||
CPP_DEFINES += -DBUILD_CREATOR="\"$(BUILD_CREATOR)\"" -DBUILD_DATE="\"$(BUILD_DATE)\"" -DBUILD_TIME="\"$(BUILD_TIME)\""
|
||||
CPP_DEFINES += -DLIBULTRA_VERSION=LIBULTRA_VERSION_$(LIBULTRA_VERSION)
|
||||
CPP_DEFINES += -DLIBULTRA_PATCH=$(LIBULTRA_PATCH)
|
||||
ifeq ($(PLATFORM),IQUE)
|
||||
CPP_DEFINES += -DBBPLAYER
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG_FEATURES),1)
|
||||
CPP_DEFINES += -DDEBUG_FEATURES=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue