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 'ScriptCB_IsFileExist(arg)' function seems to use the 'strcat' function to do: srtcat( "disc0:/PSP_GAME/USRDIR/", "data/_lvl_psp/"+ arg) So we can perhaps use 'ScriptCB_IsFIleExist()' as a starting point to track down other functions.

Clone this wiki locally