mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #4796 from raven02/patch-3
Render correct fog in 3rd birthday and menu transparency in Kurohyou 2
This commit is contained in:
commit
1cf3b16b4f
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ void FramebufferManager::DecimateFBOs() {
|
|||
VirtualFramebuffer *vfb = vfbs_[i];
|
||||
int age = frameLastFramebufUsed - std::max(vfb->last_frame_render, vfb->last_frame_used);
|
||||
|
||||
if (updateVram && age == 0 && !vfb->memoryUpdated && vfb == displayFramebuf_)
|
||||
if (updateVram && age == 0 && !vfb->memoryUpdated)
|
||||
ReadFramebufferToMemory(vfb);
|
||||
|
||||
if (vfb == displayFramebuf_ || vfb == prevDisplayFramebuf_ || vfb == prevPrevDisplayFramebuf_) {
|
||||
|
|
Loading…
Add table
Reference in a new issue