File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ INCLUDES := src
4646
4747APP_TITLE := Triplane Turmoil
4848APP_AUTHOR := sergiou87
49- APP_VERSION := 1.0.9
49+ APP_VERSION := 1.0.10
5050ICON := switch/launcher-icon.jpg
5151
5252#---------------------------------------------------------------------------------
@@ -68,7 +68,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
6868ASFLAGS := -g $(ARCH)
6969LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
7070
71- LIBS := -lnx -lSDL2_mixer `sdl2-config --libs` -lmpg123 -lmodplug -lvorbisfile -lvorbis -logg
71+ LIBS := -lnx -lSDL2_mixer `sdl2-config --libs` -lmpg123 -lmodplug -lvorbisfile -lvorbis -logg -lopusfile -lopus
7272
7373#---------------------------------------------------------------------------------
7474# list of directories containing libraries, this must be the top level containing
You can’t perform that action at this time.
0 commit comments