MCPcopy Create free account
hub / github.com/cemu-project/Cemu / fscGetType

Method fscGetType

src/Cafe/Filesystem/fsc.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286{
287public:
288 sint32 fscGetType() override
289 {
290 return FSC_TYPE_DIRECTORY;
291 }
292
293 FSCVirtualFileDirectoryIterator(std::string_view path, std::span<FSCVirtualFile*> mappedFolders)
294 : m_path(path), m_folders(mappedFolders.begin(), mappedFolders.end())

Callers 4

fsc_openFunction · 0.45
fsc_nextDirFunction · 0.45
fsc_isDirectoryFunction · 0.45
fsc_isFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected