diff --git a/builds/3ds/Makefile b/builds/3ds/Makefile index fab1a54088..7359dd57c0 100644 --- a/builds/3ds/Makefile +++ b/builds/3ds/Makefile @@ -67,7 +67,7 @@ LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map) \ -Wl,--gc-sections LIBS := -lsf2d -lctru -llcf -licuuc -licui18n -licudata \ - -lpixman-1 -lpng -lz -lkhax -lmpg123 -lspeexdsp \ + -lpixman-1 -lpng -lz -lmpg123 -lspeexdsp \ -lsndfile -lvorbisidec -logg -lmpg123 -lm diff --git a/src/player.cpp b/src/player.cpp index b96fd10731..d6ad6fccc5 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -41,7 +41,6 @@ # include #elif defined(_3DS) # include <3ds.h> -# include #endif #include "async_handler.h" @@ -146,7 +145,6 @@ void Player::Init(int argc, char *argv[]) { APT_SetAppCpuTimeLimit(30); - if (osGetKernelVersion() < SYSTEM_VERSION(2, 48, 3)) khaxInit(); // Executing libkhax just to be sure... consoleClear(); // Check if we already have access to csnd:SND, if not, we will perform a kernel privilege escalation