PS3: Add a target to push ScummVM to the PS3 over the network using ps3load.
ps3load now works on FW 3.55 using the lastest ps3toolchain
This commit is contained in:
parent
b5ba7f0581
commit
72f072c2d3
1 changed files with 6 additions and 0 deletions
6
ports.mk
6
ports.mk
|
@ -256,5 +256,11 @@ endif
|
|||
pkg.py --contentid UP0001-SCUM12000_00-0000000000000000 ps3pkg/ scummvm-ps3.pkg
|
||||
package_finalize scummvm-ps3.pkg
|
||||
|
||||
ps3run: $(EXECUTABLE)
|
||||
$(STRIP) $(EXECUTABLE)
|
||||
sprxlinker $(EXECUTABLE)
|
||||
make_self $(EXECUTABLE) $(EXECUTABLE).self
|
||||
ps3load $(EXECUTABLE).self
|
||||
|
||||
# Mark special targets as phony
|
||||
.PHONY: deb bundle osxsnap win32dist install uninstall ps3pkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue