diff --git a/pcsx2/GS/Renderers/HW/GSRendererHW.cpp b/pcsx2/GS/Renderers/HW/GSRendererHW.cpp index d43b28f8a8..31536d367c 100644 --- a/pcsx2/GS/Renderers/HW/GSRendererHW.cpp +++ b/pcsx2/GS/Renderers/HW/GSRendererHW.cpp @@ -6378,7 +6378,7 @@ GSHWDrawConfig& GSRendererHW::BeginHLEHardwareDraw( config.nindices = static_cast(std::size(indices)); config.indices_per_prim = 3; config.drawlist = nullptr; - config.scissor = rt_or_ds->GetRect().rintersect(GSVector4i(GSVector4(rt->GetRect()) * tex_scale)); + config.scissor = rt_or_ds->GetRect(); config.drawarea = config.scissor; config.topology = GSHWDrawConfig::Topology::Triangle; config.blend = GSHWDrawConfig::BlendState();