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

Method fullExtdataPath

3ds/source/title.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132std::u16string Title::fullExtdataPath(size_t index)
133{
134 return mFullExtdataPaths.at(index);
135}
136
137std::vector<std::u16string> Title::saves(void)
138{

Callers 1

fullPathMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected