switch-examples/templates/sysmodule
2024-10-18 18:46:00 +01:00
..
source Update & clean up the sysmodule template 2020-10-31 19:25:14 +01:00
Makefile Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02:00
README.md doc: update templates/sysmodule readme 2020-01-17 11:44:52 -05:00
sysmodule.json templates/sysmodule: add force_debug_prod. Closes #109 2024-10-18 18:46:00 +01:00

sysmodule

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

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