From 11de923dcb7e6a7e1b29e5b15cb2bf71ede22b97 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Tue, 31 Jan 2023 17:26:46 +1300 Subject: Move xfb tracking and IR scaling out of RenderBase --- Source/Core/VideoCommon/BPStructs.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Core/VideoCommon/BPStructs.cpp') diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 1985ac6527..6d50377950 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -352,7 +352,6 @@ static void BPWritten(PixelShaderManager& pixel_shader_manager, // below div two to convert from bytes to pixels - it expects width, not stride u64 ticks = Core::System::GetInstance().GetCoreTiming().GetTicks(); g_presenter->ImmediateSwap(destAddr, destStride / 2, destStride, height, ticks); - g_renderer->TrackSwaps(destAddr, destStride / 2, destStride, height, ticks); } else { -- cgit v1.2.3