Revision 2188 of JPCSP, the ever-improving Java-based PlayStation Portable emulator project for Windows is now out folks.
Changelogs:
- revision 2188:
- Improved compatibility of sceKernelLoadModule: added delay when loading an HLE module.
- Added debug logging to the display to track the "black screen" problem reported by some users.
- revision 2187:
- Fixed Loader broken by r2159 (warning "Program header has invalid memory offset! Trying to use 0 as baseAddress.").
- revision 2186:
- Implemented sceIoIoctl cmd=0x01020001 and cmd=0x01020002 based on test results using "iotest" test application. Added iotest.iso to test these commands when starting from a UMD.
- revision 2184:
- Improved compatibility of sceKernelDeleteThread, sceKernelTerminateThread, sceKernelTerminateDeleteThread: the current thread cannot be terminated/deleted.
- revision 2183:
- Improved the compilation of instructions branching to a delay slot (avoids error "Catched exception 'java.lang.NullPointerException' while compiling XXX").