Here's the latest build of the Java-based PlayStation Portable emulator for PC, JPCSP. Now on revision 2340, the latest update of the emulator includes the following features and enhancements.
Changelogs:
- revision 2340:
- Improved the implementation of callbacks and interrupts:
- callbacks to be executed in a specific thread are only executed when this thread is scheduled according to its priority (previously, the thread was scheduled immediately)
- simpler implementation in the compiler Runtime.
- This change improves the compatibility of callbacks, but might break existing games due to the new callback mechanism. Please report any change of behavior for playable games.
- revision 2339:
- Ported sceGe_user module to new model.
- Forgot Utilities file in r2336.
- revision 2338:
- Small improvement in sceKernelLockMutexXX: check for valid parameter and return correct error codes.