(3DS) Support latest libctru

- Fixes compilations warnings dus to FLAG changes
This commit is contained in:
MrHuu 2022-06-04 14:27:55 +02:00
parent 32594e6643
commit a4c40da647
2 changed files with 8 additions and 0 deletions

View File

@ -159,6 +159,10 @@ CFLAGS += -mword-relocations \
#CFLAGS += -Wall
CFLAGS += -DARM11 -D_3DS
ifeq ($(strip $(USE_CTRULIB_2)),1)
CFLAGS += -D__3DS__
endif
ifeq ($(DEBUG), 1)
CFLAGS += -O0 -g
else

View File

@ -90,6 +90,10 @@ CFLAGS += -mword-relocations \
#CFLAGS += -Wall
CFLAGS += -DARM11 -D_3DS
ifeq ($(strip $(USE_CTRULIB_2)),1)
CFLAGS += -D__3DS__
endif
ifeq ($(DEBUG), 1)
CFLAGS += -O0 -g
else