doc: update templates/sysmodule readme

This commit is contained in:
Bruno Macabeus 2020-01-17 04:17:17 +00:00 committed by GitHub
parent 9da8e4a9f4
commit 8e8ab90482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# 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`.
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.