VideoSW: Wipe alpha on bypass EFB

Alpha must not be displayed.
This commit is contained in:
degasus 2015-10-10 11:10:37 +02:00
parent e955a3a191
commit d4e447555e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}