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

Method Close

Source/Utility/ROMFileCache.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134//
135//*****************************************************************************
136void ROMFileCache::Close()
137{
138 delete [] mpChunkMap;
139 mpChunkMap = NULL;
140 mChunkMapEntries = 0;
141 delete mpROMFile;
142 mpROMFile = NULL;
143}
144
145//*****************************************************************************
146//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected