mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #3157 from degasus/videosw3
VideoSW: Wipe alpha on bypass EFB
This commit is contained in:
commit
4d3d947efc
@ -575,7 +575,7 @@ namespace EfbInterface
|
||||
for (u16 x = left; x < right; x++)
|
||||
{
|
||||
GetColor(x, y, colorPtr);
|
||||
texturePtr[textureAddress++] = Common::swap32(color);
|
||||
texturePtr[textureAddress++] = Common::swap32(color | 0xFF);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user