switch-examples/templates/sysmodule
2019-10-25 18:51:09 -04:00
..
source Updated for latest libnx (fatalSimple -> fatalThrow). 2019-10-25 18:51:09 -04:00
Makefile Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02: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.