Update to newest ctrulib (finally)

Also updated other dependencies, now also requires citro3d to build.
Also had to modify glowworm lights??? (small textures dont work?)
This commit is contained in:
André Schweiger 2017-01-23 21:13:48 +01:00
parent 3699414dcd
commit 31d576e879
4 changed files with 28 additions and 20 deletions

View file

@ -52,7 +52,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lsfil -lpng -ljpeg -lz -lsf2d -lctru -lm
LIBS := -lsfil -lpng -ljpeg -lz -lsf2d -lcitro3d -lctru -lm
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing