Here's the latest build of the Java-based PlayStation Portable emulator for PC, JPCSP. Tagged as revision 2324, the latest update of the emulator includes the following features and enhancements.
Changelogs:
- revision 2324:
- Properly disabled stencil depth test handling from previous commit.
- revision 2323:
- Improved stencil test:
- Removed temporary workaround;
- Added depth based stencil testing for the fragment shader (still unfinished);
- Added several new findings to the clear mode handling.
- Added display modes' handling for sceDisplaySetMode in sceDisplay.
- Fully reversed and properly implemented sceKernelExtendThreadStack (as noticed by gid).
- revision 2322:
- Added test application for sceSasCore. Used to test new findings in __sceSasSetPause and upcoming full ADSR wave support.