Filesystem services: Difference between revisions
TimmSkiller (talk | contribs) |
TimmSkiller (talk | contribs) |
||
Line 1,444: | Line 1,444: | ||
- For "Seed Check/Verify", rather than providing the title seed in the file path (as is the case for FSPXI), the seed is retrieved from the seed database (meaning the file lowpath size is always 0x14 for FS). | - For "Seed Check/Verify", rather than providing the title seed in the file path (as is the case for FSPXI), the seed is retrieved from the seed database (meaning the file lowpath size is always 0x14 for FS). | ||
=== | === Program Access / SelfNCCH access === | ||
Provides access to a "merged" archive of a base title and, optionally, a separate update (patch) title. | Provides access to a "merged" archive of a base title and, optionally, a separate update (patch) title. | ||
Line 1,503: | Line 1,503: | ||
|} | |} | ||
|} | |} | ||
==== FS Limitations ==== | |||
- When used through fs:LDR by loader, FS only provides access to <code>exefs:/.code</code>. | |||
- For SelfNCCH access, the only allowed access types are "RomFS ("unspecified" [[NCCH#Content_Type|content type]], the default)" of the Base or Patch title, and "System Menu Data". Attempting to access "Save Data" results in error 0xE0E046BE, "RomFS (all [[NCCH#Content_Type|content types]])" in 0xF9604784, and "<code>exefs:/.code</code>" in 0xD9004676. | |||
=== [[RomFS]] === | === [[RomFS]] === |