MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / extdataExists

Function extdataExists

3ds/source/script/scripthost.cpp:89–97  ·  view source on GitHub ↗

Opening it is the only thing that answers for an archive the catalog does not list.

Source from the content-addressed store, hash-verified

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 {

Callers 2

extdataCreateMethod · 0.85
extdataDeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected