![EmuCR:JPcsp EmuCR:JPcsp](http://img25.imageshack.us/img25/9582/jpcsp.jpg)
Jpcsp SVN changelog:
r1595
Fixed memory size problem in sceKernelCreateVpl() and sceKernelTryAllocateVpl():
create VPL with 8-bytes aligned size. Tested on PSP.
r1596
Avoid NullPointerException in sceIoClose()
r1597
Small performance improvement in sceAudio: use MemoryReader to read sound
samples.
r1598
Added async related check in sceIoClose.
Improved scePsmf struct and implemented scePsmfGetNumberOfStreams.
Reworked charset conversion in Utilities:
- Removed global charset conversion in readStringNZ and writeStringNZ (not every
usage of these functions supports charset changes);
- Introduced Shift-JIS charset for Japanese applications;
- Made charset conversion a more external process (with dedicated function).
Improved video processing in sceMpeg:
- Added check for 0 frame width from sceMpegCreate;
- Allow usage of real video dimensions (from Media Engine) in writeVideoImage;
- When enabled, allow the Media Engine to supply the real video's timestamp;
- Really implemented sceMpegUnRegistStream and added checks for audio/video sync
when only one of them exists.
Download: Jpcsp SVN r1598
Source:Here
0 Comments
Post a Comment