From 89b04734334f60de9380adbf19a1378e8bdbbd24 Mon Sep 17 00:00:00 2001 From: radius Date: Thu, 27 Sep 2018 16:42:16 -0500 Subject: [PATCH] update libretro-config --- libretro-config.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libretro-config.sh b/libretro-config.sh index d816384d..8152725f 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -582,6 +582,15 @@ case "$platform" in ;; + libnx) + DIST_DIR="libnx" + FORMAT_EXT=a + FORMAT_COMPILER_TARGET=libnx + FORMAT_COMPILER_TARGET_ALT=libnx + FORMAT=_libnx + + ;; + sncps3) DIST_DIR="ps3" FORMAT_EXT=a