switch-examples/templates/sysmodule
fincs e42e391bc1 Consolidate application/sysmodule template makefiles, see details:
- Removed old EXEFS_SRC handling
- Removed old nso/pfs0 handling
- Added new ExeFS PFS0 (.nsp) handling, with autogenerated npdm from json
  (disabled if no such json file exists)
2019-03-26 13:48:33 +01:00
..
source Added sysmodule template. 2018-11-27 19:37:40 -05:00
Makefile Consolidate application/sysmodule template makefiles, see details: 2019-03-26 13:48:33 +01:00
README.md Fix boot2.flag filename 2019-01-13 14:05:40 -05:00
sysmodule.json Fix pool partition in sysmodule sample 2019-01-18 17:46:43 -05:00

sysmodule

This template is for a sysmodule where the output .nsp is used by Atmosphère at: sdmc:/atmosphere/titles/<titleid>/exefs.nsp. To load the sysmodule at boot, the following file should exist: sdmc:/atmosphere/titles/<titleid>/flags/boot2.flag.

Where titleid is whatever you specify. Update the $(TARGET).json file with the titleid and any other changes.