Filesystem services: Difference between revisions

Magic (talk | contribs)
No edit summary
Line 157: Line 157:


== MountContentStorage ==
== MountContentStorage ==
Takes an unknown u32 that can be 0 or 1. If it's 2 then 0xFF202, otherwise 0x2EE202.
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]]