[BROKEN] playback works, taking a pic doesn't and it's 15fps

This commit is contained in:
Jurn Wubben 2025-09-28 12:53:48 +02:00
parent 9090168bca
commit 1b7592e9b7
2 changed files with 219 additions and 386 deletions

View file

@ -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