Load UMD - запуск любой игры (Игра должна лежать в dist/umdimages/GoW.iso).
Load File - запуск любого файла (к примеру какой нибудь homebrew)
Load MemStick - запуск homebrew (расположенных по адресу: disp/ms0/PSP/GAME)
Когда выбрали Игру, то можно нажимать кнопочку
И игра Запустится.
Изменения:
Changelogs:
Revision 1489:
Implemented partial (video only) .PMF file decoding and playing using Xuggler.
Revision 1488:
Added Xuggler's libraries.
Revision 1487:
Improved performance of UMD ISO reading for large files: allows reading of sequential sectors.
Revision 1486:
JpcspConnector: implemented decryption of files using sceIoIoctl(cmd=0x4100001), based on findings from Hykem (Currently, only "KINGDOM HEARTS Birth by Sleep ULJM05600" is known to use this method). The Decryption has to be performed on a real PSP, Jpcsp is not able to decrypt by itself.
Revision 1485:
Updated savedata UI to display Savedata icon0 (similar to "Open MemoryStick").
Revision 1484:
Updated JpcspConnector for Firmware 3.xx (was previously for 1.50). Thanks to BlackDaemon for reporting and testing! Now, MPEG v0015 can be decoded.
Revision 1483:
First trial to display real Videos on Jpcsp. The Videos have to be decoded once on a real PSP. Instructions for decoding are displayed on the faked MPEG. This feature is only active when enabling "Faked MPEG video".
Revision 1482:
fixed padding of written PSF values, it just happened to work with small sizes.