Filesystem services: Difference between revisions
No edit summary |
|||
| Line 157: | Line 157: | ||
== MountContentStorage == | == MountContentStorage == | ||
Takes | Takes a [[#ContentStorageId]]. Invalid values return 0x2EE202. | ||
Returns an [[#IFileSystem]] with NCA files. | Returns an [[#IFileSystem]] with NCA files. | ||
| Line 355: | Line 355: | ||
| 5 || SdCard | | 5 || SdCard | ||
|} | |} | ||
= ContentStorageId = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value || Name | |||
|- | |||
| 0 || NandSystem | |||
|- | |||
| 1 || NandUser | |||
|- | |||
| 2 || SdCard | |||
|} | |||
[[Category:Services]] | [[Category:Services]] | ||