From 60f2b5af7b5b5748f672e968d99338d503b5272e Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Fri, 3 Feb 2023 13:18:37 +1300 Subject: Apply suggestions from code review Co-authored-by: Mai Co-authored-by: BhaaL Co-authored-by: iwubcode --- Source/Core/VideoCommon/TextureCacheBase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp') diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp index ce14075552..8b5e56af37 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -780,10 +780,10 @@ void TextureCacheBase::OnFrameEnd() // Flush any outstanding EFB copies to RAM, in case the game is running at an uncapped frame // rate and not waiting for vblank. Otherwise, we'd end up with a huge list of pending // copies. - g_texture_cache->FlushEFBCopies(); + FlushEFBCopies(); } - g_texture_cache->Cleanup(g_presenter->FrameCount()); + Cleanup(g_presenter->FrameCount()); } void TCacheEntry::DoState(PointerWrap& p) -- cgit v1.2.3