Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
void resetCache()
177
{
178
std::memset(&cache, 0, sizeof(cache));
179
}
180
181
void writebackCache()
182
{
Callers
1
PostLoadPrep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected