Jpcsp SVN changelog:
r1350
sceKernelSetVTimerHandler(): check for handler address 0.
r1351
Performance improvement in shader for skinning (thanks to Orphis).
r1352
[No log message]
r1353
Small optimizations in VideoEngine:
- compute floatArgument only when required (most commands do not use it).
- move CLEAR, PRIM, TFUNC and TRXKICK commands into separate functions in order to reduce the size of executeCommand(). This helps the Java JIT compiler...
r1354
Small code cleanup of MemoryReader
r1355
Small improvement in logging of sceKernelPowerTick()
r1356
Avoid Java Exceptions when exiting Jpcsp.
r1357
Started implementation of proper async file operations:
- Installed a dummy async loop handler;
- Added usage of dummy async threads in pspiofilemgr.
Refactored sceIoOpen and sceIoOpenAsync into hleIoOpen.
Enabled reopening of files based on their retry count.
Fixed sceIoIoctl command 0x01020004.
Download: Jpcsp SVN r1357
Source:Here
0 Comments
Post a Comment