mirror of
https://github.com/libretro/RetroArch
synced 2025-02-18 18:40:06 +00:00
(3DS) Support latest libctru
- Fixes compilations warnings dus to FLAG changes
This commit is contained in:
parent
32594e6643
commit
a4c40da647
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user