25
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
elf headers cleanup More... almost 2 years ago
cleanup PBP class and removed not used Operations File from Allegrex More... almost 2 years ago
fixed startaddress to follow pc in memory viewer More... almost 2 years ago
Improvement in sceNpdrm: - better detect if the DRM files are already decrypted - improved support when flash0:/kd/npdrm.prx is loaded instead of the HLE implementation More... almost 2 years ago
Added draft sceIoAddHook() More... almost 2 years ago
Added support for loading of .sprx modules (sceKernelLoadExecNpDrm). Improved implementation of sceNpDrmRenameCheck(). Implemented sceNpDrmGetFixedKey(). More... almost 2 years ago
Merge pull request #499 from georgemoralis/master More... almost 2 years ago
unboxing purpose Object -> String , no need for conversion it is always String More... almost 2 years ago
Merge pull request #498 from georgemoralis/master More... almost 2 years ago
Merge branch 'jpcsp:master' into master More... almost 2 years ago
some more generics fixes More... almost 2 years ago
Merge pull request #497 from georgemoralis/master More... almost 2 years ago
fixed warnings about generics in SettingsGUI More... almost 2 years ago
Added draft sceKernelSetNpDrmGetModuleKeyFunction() More... almost 2 years ago
Added draft sceIoValidateFd() More... almost 2 years ago
Compiler: allow TPointerFunction as parameter type More... almost 2 years ago
Merge pull request #496 from georgemoralis/master More... almost 2 years ago
fixes for deprecated constructors More... almost 2 years ago
Merge pull request #494 from georgemoralis/master More... almost 2 years ago
netbeans can now properly load jinput libraries More... almost 2 years ago
fixed netbeans 13 build More... almost 2 years ago
removed deprecated gradle support (gradle isn't supporting jdk18 yet) More... almost 2 years ago
Two functions in sceNpCommerce2 which have been identified. More... almost 2 years ago
Log OpenGL extensions at trace level. More... almost 2 years ago
Try to enable geometry and tessellation shaders on OpenGL versions lower than 4.1: check for the availability of OpenGL extensions. This should ensure compatibility with older GPU hardware, in some cases. More... almost 2 years ago
Added few ioDevctl on device "mscmhc0:" used by flash0:/kd/utility.prx. Based on implementation from IoFileMgrForUser.java. More... almost 2 years ago
Implemented the Spline and Bezier curved surfaces through a tessallation evaluation shader. Requires OpenGL 4.1 or higher (automatically disabled if only a lower version is available) More... almost 2 years ago
Revert OpenGL debugging which has been enabled by mistake in a previous commit. More... almost 2 years ago
Fixed the spline and bezier curves to be rendered using the correct patch divisions. Tested using 3DStudio on a real PSP. The spline and bezier curves should now be "smoother", but their rendering will also be slower. Also fixed the rendering when the spline and bezier control points are using weights. More... almost 2 years ago
Avoid OpenGL error in rare cases. More... almost 2 years ago