mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Expose Renderer's Framecount
We don't want to move it, because we want to complete this refactor without changing savestate version
This commit is contained in:
@ -783,7 +783,7 @@ void TextureCacheBase::OnFrameEnd()
|
||||
g_texture_cache->FlushEFBCopies();
|
||||
}
|
||||
|
||||
g_texture_cache->Cleanup(g_renderer->m_frame_count);
|
||||
g_texture_cache->Cleanup(g_renderer->FrameCount());
|
||||
}
|
||||
|
||||
void TCacheEntry::DoState(PointerWrap& p)
|
||||
|
Reference in New Issue
Block a user