[BROKEN] playback works, taking a pic doesn't and it's 15fps
This commit is contained in:
parent
9090168bca
commit
1b7592e9b7
2 changed files with 219 additions and 386 deletions
2
Makefile
2
Makefile
|
|
@ -58,7 +58,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++14
|
|||
ASFLAGS := -g $(ARCH)
|
||||
LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
|
||||
|
||||
LIBS := -lbox2d -lcitro2d -lcitro3d -ljpeg -lctru -lm
|
||||
LIBS := -lbox2d -lcitro2d -lcitro3d -lctru -lm -ljpeg -lcurl
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level containing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue