-
Notifications
You must be signed in to change notification settings - Fork 1
PPSSPP Notes
BAD-AL edited this page Aug 13, 2021
·
6 revisions
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.
- Developing a SWBFII DLC package
-
Notes
- SWBFII Lua Environment
- common.lvl notes
- PSP notes
- PPSSPP notes
- Console world memory notes
- Shipped world sizes
- Sides memory notes
- Sound File analysis
- Sound file Notes
- Console memory adjustments
- Important Links
- Productivity Tips
- Useful Debugging Functions
- BF1 Notes
- UnleashX Menu Notes
- Video Conversion Notes