Filesystem services: Difference between revisions
No edit summary |
|||
| Line 24: | Line 24: | ||
| 8 || [[#MountContent]] | | 8 || [[#MountContent]] | ||
|- | |- | ||
| 11 || MountBis | | 11 || [[#MountBis]] | ||
|- | |- | ||
| 12 || [[#OpenBisPartition]] | | 12 || [[#OpenBisPartition]] | ||
| Line 166: | Line 166: | ||
May return errors when attempting to access NCA-paths for an update-title with a gamecard, when the gamecard isn't inserted. May return error 0x7D402 in some cases with update-titles. Non-val2 in32 values with NCA-type1 are unusable, even for normal titles. | May return errors when attempting to access NCA-paths for an update-title with a gamecard, when the gamecard isn't inserted. May return error 0x7D402 in some cases with update-titles. Non-val2 in32 values with NCA-type1 are unusable, even for normal titles. | ||
== MountBis == | |||
Takes a type-0x19 input buffer string and a u32 Bis partitionID(see below). Official user-process code sets instr[0] = 0 normally. | |||
Returns an [[#IFileSystem]]. | |||
== OpenBisPartition == | == OpenBisPartition == | ||