Dynamic Link is an essential part in PSP Programming. It's also the foundation of PSPSDK and CFW. However, current website doesn't include such guide on how to write export table, generate .S stub etc. One has to dive into Makefiles to figure out the complete process.
I'd like to add a guide to the current website that includes:
Looking forward to your suggestions!
Dynamic Link is an essential part in PSP Programming. It's also the foundation of PSPSDK and CFW. However, current website doesn't include such guide on how to write export table, generate
.Sstub etc. One has to dive into Makefiles to figure out the complete process.I'd like to add a guide to the current website that includes:
How to build PRX for others to use
psp-build-exports -bto convert export table into C code-nostartfilesflags etc).Sfile usingpsp-build-exports -k.aStub Library usingpsp-arHow to load PRX dynamically
.Sfile does and howpsp-fixup-importsworksOther Topics
Looking forward to your suggestions!