From cca7b55d3f2e188f934560dd5a55241f691a0946 Mon Sep 17 00:00:00 2001 From: radius Date: Fri, 28 Sep 2018 18:39:57 -0500 Subject: [PATCH] [libnx] this will be required for core updater --- dist-scripts/dist-cores.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index 04b2c2b2d2..15321c26fe 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -260,7 +260,7 @@ for f in `ls -v *_${platform}.${EXT}`; do mv -f ../retroarch_3ds.3ds ../pkg/${platform}/build/rom/${name}_libretro.3ds elif [ $PLATFORM = "libnx" ] ; then mkdir -p ../pkg/${platform}/build/libnx/ - mv -f ../retroarch_switch.nro ../pkg/${platform}/build/libnx/${name}.nro + mv -f ../retroarch_switch.nro ../pkg/${platform}/build/libnx/${name}_libretro.nro elif [ $PLATFORM = "unix" ] ; then mv -f ../retroarch ../pkg/${platform}/${name}_libretro.elf elif [ $PLATFORM = "ngc" ] ; then