mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Actually, mark BGR5650 as full alpha.
This commit is contained in:
parent
94cbb5dcd1
commit
5bb16e7f40
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ void TextureCache::SetTexture() {
|
||||||
int h = 1 << ((gstate.texsize[0] >> 8) & 0xf);
|
int h = 1 << ((gstate.texsize[0] >> 8) & 0xf);
|
||||||
gstate_c.actualTextureHeight = h;
|
gstate_c.actualTextureHeight = h;
|
||||||
gstate_c.flipTexture = true;
|
gstate_c.flipTexture = true;
|
||||||
gstate_c.textureFullAlpha = false;
|
gstate_c.textureFullAlpha = entry->framebuffer->format == GE_FORMAT_565;
|
||||||
entry->lastFrame = gpuStats.numFrames;
|
entry->lastFrame = gpuStats.numFrames;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue