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

Function GetSdCardExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 SdCardExplorer *GetSdCardExplorer() {
65 return EnsureExplorer(g_SdCardExplorer);
66 }
67
68 RomFsExplorer *GetRomFsExplorer() {
69 return EnsureExplorer(g_RomFsExplorer);

Callers 15

DeleteLogFileIfTooBigFunction · 0.85
EnsureDirectoriesFunction · 0.85
ExitFunction · 0.85
ExportTicketCertFunction · 0.85
ExportAsVirtualAmiiboFunction · 0.85
PrepareInstallationMethod · 0.85
BrowserLayoutMethod · 0.85
ChangePartitionSdCardMethod · 0.85
StartUpdateSearchMethod · 0.85

Calls 1

EnsureExplorerFunction · 0.85

Tested by

no test coverage detected