Jpcsp SVN changelog:
r2677
Fixed dithering in software renderer to match PSP.
Added workaround to try to avoid blue screen crash of ATI/AMD driver introduced
by spline caching: do not combine row primitives into a single drawArrays call.
This might slightly impact performance for the spline rendering, but this is
just a test to check if the blue screen crash is coming from this feature.
r2678
Performance improvement for applications generating code dynamically: if the
generated code is simple enough (e.g. containing no branches), improve the
performance while interpretating the code if it is executed several times
between two new generations. I.e. do the opcode decoding only once.
r2679
Code clean-up: removed code no longer used.
r2680
New Java native "memcpy" from profiler information.
r2681
Implemented savedata mode=AUTODELETE.
Fixed file name of savedata mode=MAKEDATA and mode=WRITE when no savename is
provided.
r2682
Trying to support Win7 systems where no "REG" command is available. Only
implemented in the 32-bit windows start script as a test.
Download: Jpcsp SVN r2682
Source: Here
0 Comments
Post a Comment