pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

Added useful utility libraries for the PSP development scene. #47

Closed IridescentRose closed 3 years ago

IridescentRose commented 4 years ago

Hello! I'm not necessarily sure of the formal process for adding libraries, but I have both MElib and PerfLib to add to the standard library collection. These two libraries are useful for PSP optimization. MElib allows PSP developers to use the Media Engine in order to fully optimize and harness the power of the second CPU. The other library, PerfLib creates simple methods for PSP developers to track the overall performance of their application in terms of CPU, GPU, and VBlank times, and CPU and GPU percentages. It also allows for "frame-relative" CPU and GPU percentages which allows developers to spot bottlenecks in their applications. Both are written in plain C.

IridescentRose commented 4 years ago

Also to be noted - MElib requires a binary .prx driver.

sharkwouter commented 4 years ago

Cool, I'll try them out. Do they depend on any other libraries in psplibraries?

IridescentRose commented 4 years ago

Bumping this - since nobody seems interested?