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

Function GetChunkStartAddress

Source/Utility/ROMFileCache.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154//
155//*****************************************************************************
156inline u32 GetChunkStartAddress( u32 address )
157{
158 return ( address / CHUNK_SIZE ) * CHUNK_SIZE;
159}
160
161
162//*****************************************************************************

Callers 1

GetCacheIndexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected