From 3cc95a3fdb1fa8958667b07958e1feb7164d0951 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 9 Feb 2013 21:32:11 +0100 Subject: [PATCH] (PS3) Bump up PKG version --- dist-scripts/ps3-cores-cex-355.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist-scripts/ps3-cores-cex-355.sh b/dist-scripts/ps3-cores-cex-355.sh index cdd4b8de44..a05c72bf9a 100755 --- a/dist-scripts/ps3-cores-cex-355.sh +++ b/dist-scripts/ps3-cores-cex-355.sh @@ -1,4 +1,5 @@ #!/bin/sh +RARCH_VERSION=0.9.8.3 make -C ../ -f Makefile.ps3.salamander clean || exit 1 make -C ../ -f Makefile.ps3.rgl clean || exit 1 @@ -29,4 +30,4 @@ make -C ../ -f Makefile.shaders deploy-ps3 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 +python2 ../ps3/ps3py/pkg.py --contentid UP0001-SSNE10000_00-0000000000000001 ../ps3/pkg/ retroarch-ps3-cfw-$RARCH_VERSION.pkg