mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 05:54:16 +00:00
Merge pull request #3370 from Ezio-PS/master
Move core info files for every core included
This commit is contained in:
commit
a9cf17f6c6
@ -190,8 +190,12 @@ for f in `ls -v *_${platform}.${EXT}`; do
|
||||
if [ $platform = "ps3" ] ; then
|
||||
if [ $PLATFORM = "ode-ps3" ] ; then
|
||||
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
|
||||
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
|
||||
elif [ $PLATFORM = "psp1" ] ; then
|
||||
mv -f ../EBOOT.PBP ../pkg/${platform}/cores/${name}_libretro.PBP
|
||||
|
Loading…
x
Reference in New Issue
Block a user