Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
f8770dc8
Commit
f8770dc8
authored
Mar 04, 2017
by
StapleButter
Browse files
don't blend semitransparent sprites with everything
parent
b6e12e0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
GPU2D.cpp
View file @
f8770dc8
...
...
@@ -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
...
...
melonDS.depend
View file @
f8770dc8
...
...
@@ -10,7 +10,7 @@
1481161027 c:\documents\sources\melonds\types.h
1488
594513
source:c:\documents\sources\melonds\nds.cpp
1488
635272
source:c:\documents\sources\melonds\nds.cpp
<stdio.h>
<string.h>
"NDS.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment