From 93e855a293fcc12915ebfa5e135e73fe25af1ef5 Mon Sep 17 00:00:00 2001 From: hexkyz Date: Sun, 26 Apr 2020 20:56:12 +0100 Subject: [PATCH] docs: document exefs PFS0 replacement --- docs/components/modules/loader.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/components/modules/loader.md b/docs/components/modules/loader.md index b4e363cae..97204bee4 100644 --- a/docs/components/modules/loader.md +++ b/docs/components/modules/loader.md @@ -28,6 +28,11 @@ This allows the replacement of applets, system modules, or even games with homeb In order to prevent an NSO from being loaded even if it exists in the exefs, loader will also check if a stub file exists. If such a file exists, the NSO will not be loaded. The files should be named like `rtld.stub`, `main.stub`, etc. and may be empty. +It is also possible to replace the full exefs partition at once with a PFS0 file. In that case, Atmosphère will load the following file: +``` +/atmosphere/contents//exefs.nsp +``` + ### NSO Patching When an NSO is loaded, Atmosphère's reimplementation will search for IPS patch files on the SD card in the following locations. ```