mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
Move core info files for every core included
This commit is contained in:
parent
e64c8e8b76
commit
f7e9fc8620
@ -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