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:
parent
3699414dcd
commit
31d576e879
4 changed files with 28 additions and 20 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue