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

Function writebackCache

pcsx2/Cache.cpp:181–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void writebackCache()
182{
183 for (int i = 0; i < 64; i++)
184 {
185 for (int j = 0; j < 2; j++)
186 {
187 cache.lineAt(i, j).writeBackIfNeeded();
188 }
189 }
190}
191
192static bool findInCache(const CacheSet& set, uptr ppf, int* way)
193{

Callers 2

intEventTestFunction · 0.85
intSafeExitExecutionFunction · 0.85

Calls 2

writeBackIfNeededMethod · 0.80
lineAtMethod · 0.80

Tested by

no test coverage detected