Here's the latest version of JPCSP, the ever-improving Java-based PlayStation Portable emulator for PC. Now on revision 2298, the latest update of the emulator includes the following features and enhancements.
Changelogs:
- revision 2298:
- Async IO: restored the processing of the async read in the async thread (reverted the workaround from r2288).
- Improved the compatibility of sceIoReadXXX and sceIoWriteXXX based on PSP tests: the duration of the operation depends on the size of the processed (read or write) data.
- revision 2297:
- Fixed sceKernelGetThreadStackFreeSize().
- revision 2296:
- Fixed "Error calling ... sceKernelTerminateThread...": return value is always an "int" value when a SceKernelErrorException is raised by an HLE method (even if the HLE method is returning "void")
- revision 2295:
- Fixed workaround of r2288 for async reading. Need more investigation to restore proper async reading in async thread.