MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetRomSize

Method GetRomSize

Source/Utility/ROMFileCompressed.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 virtual bool IsCompressed() const { return true; }
45 virtual u32 GetRomSize() const { return mRomSize; }
46 virtual bool LoadRawData( u32 bytes_to_read, u8 *p_bytes, COutputStream & messages );
47
48 virtual bool ReadChunk( u32 offset, u8 * p_dst, u32 length );

Callers 1

OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected