mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-20 23:54:48 +00:00
Actually, mark BGR5650 as full alpha.
This commit is contained in:
parent
94cbb5dcd1
commit
5bb16e7f40
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user