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 5298e6a commit 2105e88Copy full SHA for 2105e88
pcsx2/GS/Renderers/HW/GSRendererHW.cpp
@@ -3074,7 +3074,7 @@ void GSRendererHW::Draw()
3074
}
3075
3076
// Noting to do if no texture is sampled
3077
- if (PRIM->FST && draw_sprite_tex)
+ if (PRIM->FST && draw_sprite_tex && src && src->m_scale > 1)
3078
{
3079
if ((GSConfig.UserHacks_RoundSprite > 1) || (GSConfig.UserHacks_RoundSprite == 1 && !m_vt.IsLinear()))
3080
0 commit comments