Actually, mark BGR5650 as full alpha.

This commit is contained in:
Unknown W. Brackets 2013-06-30 23:58:10 -07:00
parent 94cbb5dcd1
commit 5bb16e7f40

View File

@ -1002,7 +1002,7 @@ void TextureCache::SetTexture() {
int h = 1 << ((gstate.texsize[0] >> 8) & 0xf);
gstate_c.actualTextureHeight = h;
gstate_c.flipTexture = true;
gstate_c.textureFullAlpha = false;
gstate_c.textureFullAlpha = entry->framebuffer->format == GE_FORMAT_565;
entry->lastFrame = gpuStats.numFrames;
return;
}