mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Redefine older 3DS macro until we fix all existing macros in the codebase
This commit is contained in:
parent
90e5512b76
commit
ec410d04aa
3 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ CFLAGS := -g -Wall -O3 -mword-relocations \
|
|||
-fomit-frame-pointer -ffunction-sections \
|
||||
$(ARCH)
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__3DS__ -DGLQUAKE
|
||||
CFLAGS += $(INCLUDE) -DARM11 -D_3DS -DGLQUAKE
|
||||
|
||||
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
|
||||
|
||||
|
|
BIN
nzportable.3dsx
BIN
nzportable.3dsx
Binary file not shown.
BIN
nzportable.elf
BIN
nzportable.elf
Binary file not shown.
Loading…
Reference in a new issue