From 8e8ab904822fe402642296916a186ae0c745f551 Mon Sep 17 00:00:00 2001 From: Bruno Macabeus Date: Fri, 17 Jan 2020 04:17:17 +0000 Subject: [PATCH] doc: update templates/sysmodule readme --- templates/sysmodule/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sysmodule/README.md b/templates/sysmodule/README.md index 7cdcca8..9240df5 100644 --- a/templates/sysmodule/README.md +++ b/templates/sysmodule/README.md @@ -1,6 +1,6 @@ # sysmodule -This template is for a sysmodule where the output .nsp is used by Atmosphère at: `sdmc:/atmosphere/titles//exefs.nsp`. To load the sysmodule at boot, the following file should exist: `sdmc:/atmosphere/titles//flags/boot2.flag`. +This template is for a sysmodule where the output .nsp is used by Atmosphère at: `sdmc:/atmosphere/contents//exefs.nsp`. To load the sysmodule at boot, the following file should exist: `sdmc:/atmosphere/contents//flags/boot2.flag`. Where titleid is whatever you specify. Update the `$(TARGET).json` file with the titleid and any other changes.