mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-02 01:34:02 +00:00
(PS3) Fix CEX 3.55 build script
This commit is contained in:
parent
6a9b0476b7
commit
f5f712f050
@ -13,14 +13,15 @@ for f in *_ps3.a ; do
|
||||
name=`echo "$f" | sed 's/\(_libretro\|\)_ps3.a$//'`
|
||||
cp -f "$f" ../libretro_ps3.a
|
||||
make -C ../ -f Makefile.ps3 -j3 || exit 1
|
||||
make_self_wc retroarch_ps3.elf "$name.dol"
|
||||
rm -f ../retroarch_ps3.elf ../retroarch_ps3.self
|
||||
make_self_wc ../retroarch_ps3.elf ../CORE.SELF
|
||||
mv -f ../CORE.SELF ../ps3/pkg/USRDIR/cores/"$name.SELF"
|
||||
rm -f ../retroarch_ps3.elf ../retroarch_ps3.self ../CORE.SELF
|
||||
done
|
||||
|
||||
cp -r ../media/rmenu/*.png ../ps3/pkg/USRDIR/cores/borders/Menu/
|
||||
|
||||
make -C ../ -f Makefile.shaders deploy-ps3
|
||||
|
||||
make_fself_wc ../retroarch-salamander_ps3.elf ../ps3/pkg/USRDIR/EBOOT.BIN
|
||||
make_self_wc ../retroarch-salamander_ps3.elf ../ps3/pkg/USRDIR/EBOOT.BIN
|
||||
rm -rf ../retroarch-salamander_ps3.elf
|
||||
python2 ../ps3/ps3py/pkg.py --contentid UP0001-SSNE10000_00-0000000000000001 ../ps3/pkg/ retroarch-ps3-cfw-0.9.8.1.pkg
|
||||
|
Loading…
x
Reference in New Issue
Block a user