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

Method getFileData

src/Cafe/Filesystem/FST/FST.cpp:854–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852 }
853
854 uint8* getFileData()
855 {
856 return rawData + BLOCK_HASH_SIZE;
857 }
858
859 uint8* getH0Hash(size_t index)
860 {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected