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

Function resetCache

pcsx2/Cache.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174} // namespace
175
176void resetCache()
177{
178 std::memset(&cache, 0, sizeof(cache));
179}
180
181void writebackCache()
182{

Callers 1

PostLoadPrepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected