A new build of the Java-based PlayStation Portable emulator is now up folks! JPCSP revision 2153 brings a whole new set of changes and improvements to the ever improving emulator.
Changelogs:
- version 0.6 r2153:
- Added draft module sceP3da (no function implemented).
- version 0.6 r2152:
- Added draft version for sceUtilityInstallGetStatus(), sceUtilityInstallInitStart(), sceUtilityInstallShutdownStart() and sceUtilityInstallUpdate().
- version 0.6 r2151:
- Fixed compiler error "Not implemented: branching to an unknown address".
- Added new java native code sequences.
- Better compilation of code blocks ending with unconditional branch instruction.
- version 0.6 r2150:
- Fixed sceIoPollAsync when file was not found.
- Improved sceIoOpen: creating parent directories with PSP_O_CREAT flag.
- Fixed sceIoDevctl(cmd=0x02425818) based on tests using iotest.pbp