Filesystem services: Difference between revisions
TimmSkiller (talk | contribs) |
TimmSkiller (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 964: | Line 964: | ||
| Unknown. There's code for this in spider v9.9, but that code isn't actually used. | | Unknown. There's code for this in spider v9.9, but that code isn't actually used. | ||
| Yes | | Yes | ||
| | | No | ||
| No | | No | ||
| Yes | | Yes | ||
Line 1,002: | Line 1,002: | ||
|- | |- | ||
| 0x2345678E | | 0x2345678E | ||
| FSPXI: Program Access (limited subset of merged main title + update/patch title access). For fs:LDR(used by the "loader" FIRM ARM11-process), only | | FSPXI: Program Access (limited subset of merged main title + update/patch title access). For fs:LDR(used by the "loader" FIRM ARM11-process), only <code>exefs:/.code</code>. Not accessible with fs:USER. | ||
| Yes | | Yes | ||
| Yes | | Yes | ||
Line 1,128: | Line 1,128: | ||
== Binary LowPath == | == Binary LowPath == | ||
The format of the data that a binary LowPath points to is custom per archive. | The format of the data that a binary LowPath points to is custom per archive. | ||
=== SystemSaveData / Extdata / Shared Extdata Archive Path Data Format === | === SystemSaveData / Extdata / Shared Extdata Archive Path Data Format === | ||
Line 1,444: | Line 1,423: | ||
- 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,482: | ||
|} | |} | ||
|} | |} | ||
==== FS Limitations ==== | |||
- FSPXI allows all access types. | |||
- 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]] === |