Merge pull request #1872 from degasus/texcache

Texcache cleanup 2
This commit is contained in:
Markus Wick 2015-01-13 22:45:49 +01:00
commit 7069450ce5
13 changed files with 133 additions and 114 deletions

View file

@ -853,7 +853,7 @@ void Renderer::SwapImpl(u32 xfbAddr, u32 fbWidth, u32 fbStride, u32 fbHeight, co
OSD::DrawMessages();
D3D::EndFrame();
TextureCache::Cleanup();
TextureCache::Cleanup(frameCount);
// Enable configuration changes
UpdateActiveConfig();