Merge pull request #3370 from Ezio-PS/master

Move core info files for every core included
This commit is contained in:
Twinaphex 2016-08-09 20:32:04 +02:00 committed by GitHub
commit a9cf17f6c6

View File

@ -190,8 +190,12 @@ for f in `ls -v *_${platform}.${EXT}`; do
if [ $platform = "ps3" ] ; then if [ $platform = "ps3" ] ; then
if [ $PLATFORM = "ode-ps3" ] ; then if [ $PLATFORM = "ode-ps3" ] ; then
mv -f ../CORE.SELF ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/"${name}_libretro_${platform}.SELF" mv -f ../CORE.SELF ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/"${name}_libretro_${platform}.SELF"
mkdir -p ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/info
cp -f ../../dist/info/"${name}_libretro.info" ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/info/"${name}_libretro.info"
else else
mv -f ../CORE.SELF ../pkg/${platform}/USRDIR/cores/"${name}_libretro_${platform}.SELF" mv -f ../CORE.SELF ../pkg/${platform}/USRDIR/cores/"${name}_libretro_${platform}.SELF"
mkdir -p ../pkg/${platform}/USRDIR/cores/info
cp -f ../../dist/info/"${name}_libretro.info" ../pkg/${platform}/USRDIR/cores/info/"${name}_libretro.info"
fi fi
elif [ $PLATFORM = "psp1" ] ; then elif [ $PLATFORM = "psp1" ] ; then
mv -f ../EBOOT.PBP ../pkg/${platform}/cores/${name}_libretro.PBP mv -f ../EBOOT.PBP ../pkg/${platform}/cores/${name}_libretro.PBP