aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.cpp')
-rw-r--r--GPU2D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/GPU2D.cpp b/GPU2D.cpp
index ef7c360..14ea86e 100644
--- a/GPU2D.cpp
+++ b/GPU2D.cpp
@@ -748,7 +748,7 @@ void GPU2D::DrawScanline_Mode1(u32 line, u32* dst)
u32 coloreffect, eva, evb;
u32 flag1 = val1 >> 24;
- if (flag1 & 0x80)
+ if ((flag1 & 0x80) && (BlendCnt & ((val2 >> 16) & 0xFF00)))
{
// sprite blending