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 8a3dc82 commit 18ea6e8Copy full SHA for 18ea6e8
pcsx2/GS/Renderers/HW/GSRendererHW.cpp
@@ -3374,7 +3374,7 @@ void GSRendererHW::Draw()
3374
}
3375
3376
// Noting to do if no texture is sampled
3377
- if (PRIM->FST && draw_sprite_tex)
+ if (PRIM->FST && draw_sprite_tex && rt && rt->m_scale > 1)
3378
{
3379
if ((GSConfig.UserHacks_RoundSprite > 1) || (GSConfig.UserHacks_RoundSprite == 1 && !m_vt.IsLinear()))
3380
0 commit comments