Skip to content

PPSSPP Notes

BAD-AL edited this page Aug 13, 2021 · 6 revisions

SWBFII on PPSSPP

Lua String concatenation uses 'memcpy' (which is probably too popular to be used as an inspection chance).

The 'ReadDataFile(arg)' function seems to use the 'strcat' function to do: srtcat( "disc0:/PSP_GAME/USRDIR/", "data/_lvl_psp/"+ arg) So we can perhaps use 'ReadDataFile()' as a starting point to track down other functions.

PSP MIPS CPU instruction set

Clone this wiki locally