Line 7: |
Line 7: |
| ! Cmd || Name || Arguments || Notes | | ! Cmd || Name || Arguments || Notes |
| |- | | |- |
− | | 0 || GetIPathResolverForStorage || [[Filesystem_services#StorageId|StorageID]] || | + | | 0 || GetILocationResolver || [[Filesystem_services#StorageId|StorageID]] || |
| |- | | |- |
− | | 1 || GetIPatchPathResolver || None || | + | | 1 || GetIRegisteredLocationResolver || None || |
| |- | | |- |
| | 2 || CheckStorage || [[Filesystem_services#StorageId|StorageID]] || | | | 2 || CheckStorage || [[Filesystem_services#StorageId|StorageID]] || |
| |- | | |- |
− | | 3 || GetITitleList || None || | + | | 3 || IAddOnContentLocationResolver || None || |
| |} | | |} |
| | | |
− | === IPathResolverForStorage === | + | === ILocationResolver === |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
Line 46: |
Line 46: |
| The set commands always return 0. When the get-commands fail to find an entry for the specified titleID, 0x408 is returned for GetProgramNcaPath, while the rest of the commands return 0xA08. | | The set commands always return 0. When the get-commands fail to find an entry for the specified titleID, 0x408 is returned for GetProgramNcaPath, while the rest of the commands return 0xA08. |
| | | |
− | === IPatchPathResolver === | + | === IRegisteredLocationResolver === |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
Line 68: |
Line 68: |
| |} | | |} |
| | | |
− | === ITitleList === | + | === IAddOnContentLocationResolver === |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |