mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
[LIBNX] Add HAVE_UPDATE_ASSETS and cleanup
This commit is contained in:
parent
03ad3b5c30
commit
0a70d92da5
@ -110,9 +110,9 @@ NO_ICON := 1
|
|||||||
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -mcpu=cortex-a57+crc+fp+simd
|
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -mcpu=cortex-a57+crc+fp+simd
|
||||||
|
|
||||||
CFLAGS := -g -Wall -O3 -ffast-math -ffunction-sections \
|
CFLAGS := -g -Wall -O3 -ffast-math -ffunction-sections \
|
||||||
$(ARCH) $(DEFINES) -Ideps -Ideps/libz -Ilibretro-common/include -Ideps/stb -I$(LIBNX)/include -I$(PORTLIBS)/include/ -include $(LIBNX)/include/switch.h $(shell $(DEVKITPRO)/portlibs/switch/bin/freetype-config --cflags)
|
$(ARCH) $(DEFINES) -Ideps -Ideps/libz -Ilibretro-common/include -Ideps/stb -I$(LIBNX)/include -I$(PORTLIBS)/include/ -include $(LIBNX)/include/switch.h $(shell $(PORTLIBS)/bin/freetype-config --cflags)
|
||||||
|
|
||||||
CFLAGS += $(INCLUDE) -DSWITCH=1 -DHAVE_LIBNX=1 -DNXLINK=1 -DHAVE_SHADERPIPELINE -DHAVE_FREETYPE
|
CFLAGS += $(INCLUDE) -DSWITCH=1 -DHAVE_LIBNX=1 -DNXLINK=1 -DHAVE_SHADERPIPELINE -DHAVE_UPDATE_ASSETS -DHAVE_FREETYPE
|
||||||
|
|
||||||
# The following line works around an issue in newlib that produces a compilation
|
# The following line works around an issue in newlib that produces a compilation
|
||||||
# error in glm. It will be removed as soon as this issue is resolved.
|
# error in glm. It will be removed as soon as this issue is resolved.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user