MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetBlockCount

Method GetBlockCount

pcsx2/CDVD/CsoFileReader.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197u32 CsoFileReader::GetBlockCount() const
198{
199 return static_cast<u32>((m_totalSize - m_dataoffset) / m_blocksize);
200}
201
202ThreadedFileReader::Chunk CsoFileReader::ChunkForOffset(u64 offset)
203{

Callers 7

ISOgetTDFunction · 0.45
FindLayer1StartFunction · 0.45
ISOgetDualInfoFunction · 0.45
ISOreadSectorFunction · 0.45
ISOreadTrackFunction · 0.45
OpenMethod · 0.45
DetectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected