Fix boot2.flag filename

This commit is contained in:
Jakob Dietrich 2019-01-13 19:08:40 +01:00 committed by yellows8
parent bf8ac646b0
commit bc7b810f80

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`.
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.