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

Function Initialize

Goldleaf/include/fs/fs_FileSystem.hpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 Explorer *GetExplorerForPath(const std::string &path);
42
43 inline void Initialize() {
44 GetSdCardExplorer();
45 GetRomFsExplorer();
46 }
47
48 void Finalize();
49

Callers

nothing calls this directly

Calls 2

GetSdCardExplorerFunction · 0.85
GetRomFsExplorerFunction · 0.85

Tested by

no test coverage detected