Skip to content

Commit 31dbb1a

Browse files
committed
Fix Makefile.switch to build with latest libnx (to fix input issue with
FW 9.0) and bump version to 1.0.10
1 parent 481a60f commit 31dbb1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.switch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ INCLUDES := src
4646

4747
APP_TITLE := Triplane Turmoil
4848
APP_AUTHOR := sergiou87
49-
APP_VERSION := 1.0.9
49+
APP_VERSION := 1.0.10
5050
ICON := switch/launcher-icon.jpg
5151

5252
#---------------------------------------------------------------------------------
@@ -68,7 +68,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
6868
ASFLAGS := -g $(ARCH)
6969
LDFLAGS = -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

0 commit comments

Comments
 (0)