Revision 2075 of the ever-improving Java-based PlayStation Portable emulator for Windows, JPCSP, is now out and ready for you to download.
Changelogs:
- version 0.6 r2075:
- Added missing language selection for Chinese TW (Issue 240)
- version 0.6 r2074:
- Fixed BufferOverflowException introduced by r2070 in external audio decoder.
- version 0.6 r2073:
- Implemented sceIoIoctl(cmd=0x01030008)
- version 0.6 r2072:
- More accurate stack size for the async-IO thread. Might help applications running out of memory.
- version 0.6 r2071:
- Fixed problem in sceIoCloseAsync introduced in r2064 and r2068.
- version 0.6 r2070:
- Small improvement in the external audio decoder when decoding an audio buffer completely available in memory.
- version 0.6 r2069:
- Fixed the loader to avoid reading past the ELF import/export tables.
- version 0.6 r2068:
- Fixed a bug in PGD streamed decryption (spotted by hyakki).
- Fixed hleIoClose and integrated file closing with the async IO thread (spotted by gid).