Changelog :
- Added
ProsperoApplicationTypeand newProsperoBuildOptionsfields to control generatedparam.jsonDRM/badge values and optional fake-signing of ELF modules. - The build pipeline can now fake-sign
eboot.bin/*.elf/*.prx/*.sprxinto fake-self before packing and restore original files afterward, with an additional in-place fake-sign helper API. - Also fixes
pfsimage.xmlapplication-type emission to mirrorparam.jsonDRM type instead of hardcodingfree. - Extended native C interface:
- lpp_build_package_ex with full option set (lpp_build_options struct)
- lpp_read_self_info
- lpp_make_fself_ex
- lpp_make_fself_file
- lpp_fake_sign_folder
- app-type helpers
- README/docs updates to cover the new API and behavior.