From e819f3dbcedfdf7e462cc398dd6f66006cd07d09 Mon Sep 17 00:00:00 2001 From: SciresM Date: Wed, 29 Apr 2020 14:13:34 -0700 Subject: [PATCH] exefs.nsp --- docs/components/modules/loader.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/modules/loader.md b/docs/components/modules/loader.md index 06db345e4..7d3800d89 100644 --- a/docs/components/modules/loader.md +++ b/docs/components/modules/loader.md @@ -46,6 +46,7 @@ loader's semantics for content override can (as you may observe from reading the * Otherwise, if the program ID is being overridden with [nx-hbloader](https://github.com/switchbrew/nx-hbloader/releases) (see Homebrew Support below), the nsp filesystem for hbl is used directly with no further redirection. * Otherwise, if content redirection is enabled for the program ID (controlled by a configurable button combination) and a loose file exists on the SD card, the loose file is used. * Otherwise, if a stub file exists, a "Not Found" error is returned. +* Otherwise, if an SD card executable filesystem ("exefs.nsp") exists, it is used without further redirection. * Finally, the "real"/base code file system is used without further redirection. In addition, there are a few other technical details relevant to Atmosphere's redirection: