Skip to content

Commit

Permalink
0.0.3 Release Added libopenmpt for Tracker supoprt
Browse files Browse the repository at this point in the history
  • Loading branch information
proconsule committed Feb 18, 2024
1 parent 8bf3210 commit 40a3b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ROMFS := romfs

VERSION_MAJOR := 0
VERSION_MINOR := 0
VERSION_MICRO := 2
VERSION_MICRO := 3

APP_TITLE := NXMilk
APP_AUTHOR := proconsule
Expand All @@ -71,7 +71,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -fpermissive -DIMGUI_IMPL_OPENGL
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lprojectM-4 -lprojectM-4-playlist -lGLESv2 -lmpv `sdl2-config --libs` `curl-config --libs` `freetype-config --libs` -lswscale -lavformat -lavfilter -lpostproc -lavcodec -lavutil -lswresample -lvorbis -logg -llzma -lopus -lvpx -lass -lharfbuzz -lfreetype -lfribidi -lstdc++ -ldav1d -lpng -lbz2 -lglad -lEGL -lglapi -ldrm_nouveau -ltinyxml2 -lturbojpeg -llua5.1 -lmbedcrypto -lmbedx509 -lmbedtls -lmbedcrypto -lmbedx509 -lmbedtls -lsqlite3 -lsmb2 -lssh2 -lnfs -lglfw3 -ljansson -lusbhsfs -lntfs-3g -llwext4 -larchive -lexpat -llzma -lzstd -llz4 -lbz2 -lnx -lc -lz
LIBS := -lprojectM-4 -lprojectM-4-playlist -lGLESv2 -lmpv `sdl2-config --libs` `curl-config --libs` `freetype-config --libs` -lswscale -lavformat -lavfilter -lpostproc -lavcodec -lavutil -lswresample -llzma -lopus -lvpx -lass -lharfbuzz -lfreetype -lfribidi -lstdc++ -ldav1d -lpng -lbz2 -lglad -lEGL -lglapi -ldrm_nouveau -ltinyxml2 -lturbojpeg -llua5.1 -lmbedcrypto -lmbedx509 -lmbedtls -lopenmpt -lmpg123 -logg -lvorbis -lmbedcrypto -lmbedx509 -lmbedtls -lsqlite3 -lsmb2 -lssh2 -lnfs -lglfw3 -ljansson -lusbhsfs -lntfs-3g -llwext4 -larchive -lexpat -llzma -lzstd -llz4 -lbz2 -lnx -lc -lz

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ float multiplyRes = 1.0f;
bool isHandheld = true;


std::vector<std::string> audioextensions = {".mp3",".flac",".ogg"};
std::vector<std::string> audioextensions = {".mp3",".flac",".ogg",".mod",".okt",".xm",".s3m"};

extern u32 __nx_applet_exit_mode;

Expand Down

0 comments on commit 40a3b1d

Please sign in to comment.