mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoSW: Wipe alpha on bypass EFB
Alpha must not be displayed.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user