Skip to content

Commit

Permalink
Merge pull request #1040 from Ghabry/disable_khax
Browse files Browse the repository at this point in the history
Nintendo 3DS: Disable khax
  • Loading branch information
carstene1ns authored Sep 19, 2016
2 parents 4930c4f + a8cf1f7 commit 151be9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion builds/3ds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 0 additions & 2 deletions src/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
# include <psp2/kernel/processmgr.h>
#elif defined(_3DS)
# include <3ds.h>
# include <khax.h>
#endif

#include "async_handler.h"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 151be9f

Please sign in to comment.