From 2b7008bd93815f3a7348d1f6f5655fa022698428 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 29 Mar 2024 12:37:10 +1000 Subject: [PATCH] GPU/HW: Fix box downsampling with FMVs --- src/core/gpu_hw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/gpu_hw.cpp b/src/core/gpu_hw.cpp index e647de181..f272fc057 100644 --- a/src/core/gpu_hw.cpp +++ b/src/core/gpu_hw.cpp @@ -3181,7 +3181,7 @@ void GPU_HW::UpdateDisplay() } } - if (m_downsample_mode != GPUDownsampleMode::Disabled) + if (m_downsample_mode != GPUDownsampleMode::Disabled && !m_GPUSTAT.display_area_color_depth_24) { DebugAssert(m_display_texture); DownsampleFramebuffer(m_display_texture, m_display_texture_view_x, m_display_texture_view_y,