MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / GetExportedApplicationIconPath

Function GetExportedApplicationIconPath

Goldleaf/source/cnt/cnt_Content.cpp:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460 }
461
462 std::string GetExportedApplicationIconPath(const u64 app_id) {
463 auto sd_exp = fs::GetSdCardExplorer();
464 return sd_exp->MakeAbsolute(GLEAF_PATH_TITLE_DIR "/" + util::FormatApplicationId(app_id) + ".jpg");
465 }
466
467 std::string GetExportedApplicationNacpPath(const u64 app_id) {
468 auto sd_exp = fs::GetSdCardExplorer();

Callers

nothing calls this directly

Calls 3

GetSdCardExplorerFunction · 0.85
MakeAbsoluteMethod · 0.80
FormatApplicationIdFunction · 0.50

Tested by

no test coverage detected