PPSSPP's default load address
|
05-23-2020, 09:46 PM
Post: #4
|
|||
|
|||
RE: PPSSPP's default load address
See here:
https://github.com/hrydgard/ppsspp/pull/6616 PSP firmware loads "usersystemlib" into this before actually loading the game, I assume it actually uses this library in loading the game. From my previous investigation, this code does include memcpy, lwmutex, and related code/data - though I'm not sure if games ever use it directly. I suspect it's also stack space for interrupts (which cheats won't run during an interrupt.) In PPSSPP, it's just statically allocated to match PSP firmware memory semantics, but there's nothing in it. -[Unknown] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
PPSSPP's default load address - JellyCandy - 05-23-2020, 12:21 AM
RE: PPSSPP's default load address - LunaMoo - 05-23-2020, 09:53 AM
RE: PPSSPP's default load address - JellyCandy - 05-23-2020, 10:17 AM
RE: PPSSPP's default load address - [Unknown] - 05-23-2020 09:46 PM
RE: PPSSPP's default load address - JellyCandy - 05-24-2020, 10:55 AM
|