Here's the latest build of the Java-based PSP emulator for Windows, courtesy of the JPCSP Team. Tagged as revision 2037, the latest update includes the following changes and improvements:
Changelogs:
- JPCSP v0.6 r2037:
- make the assert less confusing.
- JPCSP v0.6 r2036:
- many useless allocations and a arraycopy
- JPCSP v0.6 r2034:
- this should make sure that the cipher object can be made static without thread races if people test with assertions enabled.
- JPCSP v0.6 r2032:
- Reverted part of the last commit since the byte array output stream isn't threadsafe anyway, there is no point in making the other variable thread safe.
- JPCSP v0.6 r2031:
- make it thread safe again