Skip to content

Commit

Permalink
Merge pull request libretro#7318 from fr500/master
Browse files Browse the repository at this point in the history
[libnx] this will be required for core updater
  • Loading branch information
inactive123 authored Sep 28, 2018
2 parents f1f2377 + cca7b55 commit 2bac4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-scripts/dist-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bac4a4

Please sign in to comment.