Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

pspdev/psp-dynamic-libraries

Open more actions menu

Repository files navigation

PSP Dynamic Libraries

Dynamic PRX libraries for PSP.

Usage

Include whichever PRX you need into your homebrew and link against the stubs version (i.e. libpng_stub instead of libpng). Either use load/start module routines, or use utility module loading (on ARK-4 and above).

Reasoning

Dynamic libraries provide a few advantages compared to their statically linked counterparts, such as:

  • Allows to load and offload the code on-demand, providing better memory management (the library is only loaded in RAM when actually needed).
  • Allows for homebrew to be modular.
  • Allows the PRX library to be updated (i.e. for bug fixes) without having to recompile the homebrew that uses it.
  • Allows for various homebrew to share the same binaries.

About

Collection of dynamic PRX libraries for PSP.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.