[LIBNX] dist-cores cleanup, add hbmenu icon
This commit is contained in:
parent
6b24ca4632
commit
da5bf9659e
|
@ -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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue