- 精华
- 0
- 帖子
- 976
- 威望
- 0 点
- 积分
- 1498 点
- 种子
- 0 点
- 注册时间
- 2007-5-3
- 最后登录
- 2011-10-1
|
psgroove modified by Hermes
This code is the result to disassemble port1_config_descriptor and to get some things from AerialX code
It have some features news:
- You can launch an EBOOT.BIN (unencrypted) from /dev_usb000 using the menu option "/app_home/PS3_GAME".
You must copy in the root folder of the USB device a PS3_GAME folder with the next content
PS3GAME
|------- USRDIR ---->EBOOT.BIN
|------- ICON0.PNG
|------- PARAM.SFO
- You can also launch backups using a manager. The original manager needs a Bluray disc to exit and run games, but i have added a new
feature to create a shortcut between "/app_home/PS3_GAME" and /dev_bdvd. So, it is possible to launch games without a bluray disc
in the tray, using this path (but you needs other manager or you needs eject the disc after leaving the original manager).
I have tested some games, as Uncharted 2, Heavently Sword and others, mounting it directly (in payload the code) and it works without any disc
Aditional notes:
Te syscall 36 is used to indicate the game path and it is used to create the shortcut detecting a pointer in the payload . I have relocated
"memory_patch_table" because the dedicated area is full and it hang if you copy more code.
To compile the PPU code you needs the compilers created by the ps3toolchain and fix the path in PS3_COMPILERS from Makefile.payload. You needs also
the AVR compilers (i use an AT90USBKEY) and maybe gcc compiler (for raw2payload utility in others system)
If you are using a PIC or other method, use port1_config_descriptor.h to replace the same thing.
Hermes 修改了一个特别版本的 PSGroove , 可以直接起动放在U盘PS3GAME里的游戏! 不用放正版进机器引导!!
不过并不支持现时的BM, 在BM来还是要放盘, 因为那是BM的设计. 但出了BM后就把盘取出也可以起动游戏!
期待新版BM支持这个功能吧! 电子狗要刷上这个修改版PSGroove才会有以上效能!!
http://psx-scene.com/forums/showthread.php?t=66556. |
|