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] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Possible Support For CFW Plugins? - Anubis2048 - 04-09-2015, 11:36 PM
RE: Possible Support For CFW Plugins? - Anubis2048 - 04-10-2015, 02:58 PM
RE: Possible Support For CFW Plugins? - [Unknown] - 04-10-2015 03:41 PM
RE: Possible Support For CFW Plugins? - Anubis2048 - 04-10-2015, 05:43 PM
RE: Possible Support For CFW Plugins? - [Unknown] - 04-10-2015, 07:48 PM
RE: Possible Support For CFW Plugins? - Anubis2048 - 04-10-2015, 11:00 PM
RE: Possible Support For CFW Plugins? - vnctdj - 04-11-2015, 12:27 PM
RE: Possible Support For CFW Plugins? - Anubis2048 - 04-11-2015, 08:11 PM
RE: Possible Support For CFW Plugins? - [Unknown] - 04-11-2015, 08:49 PM
RE: Possible Support For CFW Plugins? - Anubis2048 - 04-12-2015, 01:28 AM
RE: Possible Support For CFW Plugins? - Inuyashaya - 04-12-2015, 12:46 PM
RE: Possible Support For CFW Plugins? - Anubis2048 - 04-19-2015, 05:38 PM
|