Opening it is the only thing that answers for an archive the catalog does not list.
| 87 | // Opening it is the only thing that answers for an archive the catalog does |
| 88 | // not list. |
| 89 | bool extdataExists(u32 extdataId) |
| 90 | { |
| 91 | FS_Archive archive; |
| 92 | if (R_FAILED(Archive::extdata(&archive, extdataId))) { |
| 93 | return false; |
| 94 | } |
| 95 | FSUSER_CloseArchive(archive); |
| 96 | return true; |
| 97 | } |
| 98 | |
| 99 | FS_ExtSaveDataInfo sdExtdataInfo(u32 extdataId) |
| 100 | { |
no outgoing calls
no test coverage detected