[LIBNX] dist-cores cleanup, add hbmenu icon

This commit is contained in:
M4xw 2018-09-29 19:25:59 +02:00
parent 6b24ca4632
commit da5bf9659e
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ mkdir -p ../pkg/vita/vpk
elif [ $PLATFORM = "libnx" ] ; then
platform=libnx
EXT=a
mkdir -p ../pkg/${platform}/build/romfs
# CTR/3DS
elif [ $PLATFORM = "ctr" ] ; then
@ -265,7 +264,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}/retroarch/cores/
mv -f ../retroarch_switch.nro ../pkg/${platform}/retroarch/cores/${name}_libretro.nro
mv -f ../retroarch_switch.nro ../pkg/${platform}/retroarch/cores/${name}_libretro_${platform}.nro
elif [ $PLATFORM = "unix" ] ; then
mv -f ../retroarch ../pkg/${platform}/${name}_libretro.elf
elif [ $PLATFORM = "ngc" ] ; then

BIN
pkg/libnx/retroarch.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB