We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4357b5 commit a3495aeCopy full SHA for a3495ae
pcsx2/GS/Renderers/HW/GSRendererHW.cpp
@@ -4593,7 +4593,7 @@ void GSRendererHW::Draw()
4593
}
4594
4595
// Noting to do if no texture is sampled
4596
- if (PRIM->FST && draw_sprite_tex && m_process_texture)
+ if (PRIM->FST && draw_sprite_tex && m_process_texture && rt && rt->m_scale > 1)
4597
{
4598
if ((GSConfig.UserHacks_RoundSprite > 1) || (GSConfig.UserHacks_RoundSprite == 1 && !m_vt.IsLinear()))
4599
0 commit comments