Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible Support For CFW Plugins?
04-10-2015, 03:41 PM
Post: #3
RE: Possible Support For CFW Plugins?
It is possible to support them, but most of them use kernel functions or features of the PSP that PPSSPP doesn't support.

Generally, PPSSPP only supports user-mode functionality, so when you start trying to mess with kernel ram (which PSP games can't do), replace syscalls (which PSP games can't do), or access other protected resources (which PSP games can't do), things don't work properly.

There's actually a ton of kernel-only functionality and libraries that would have to be implemented. It's a lot of work.

You can look at this branch:
https://github.com/unknownbrackets/ppssp...ts/plugins

Or you can just load the modules directly by modifying the ELF. However, they still won't work if they're kernel modules, which a lot of the PSP cfw modules seem to be.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Possible Support For CFW Plugins? - [Unknown] - 04-10-2015 03:41 PM

Forum Jump: