Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

Commit

Permalink
[LIBNX] Ignore JIT Kernel Patches
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xw committed Apr 26, 2019
1 parent 374f8bb commit af7a4bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libretro/libretro.c
Expand Up @@ -378,6 +378,9 @@ void copy_file(char * ininame, char * fileName)

void retro_init(void)
{
#ifdef HAVE_LIBNX
detectIgnoreJitKernelPatch();
#endif
char* sys_pathname;
wchar_t w_pathname[PATH_SIZE];
environ_cb(RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY, &sys_pathname);
Expand Down

0 comments on commit af7a4bf

Please sign in to comment.