Fix frozen videos in some games
This commit is contained in:
parent
d97b09a88d
commit
c79d1c68cc
1 changed files with 1 additions and 0 deletions
|
@ -1252,6 +1252,7 @@ void FramebufferManager::UpdateFromMemory(u32 addr, int size) {
|
|||
VirtualFramebuffer *vfb = vfbs_[i];
|
||||
if (MaskedEqual(vfb->fb_address, addr)) {
|
||||
vfb->dirtyAfterDisplay = true;
|
||||
vfb->reallyDirtyAfterDisplay = true;
|
||||
// TODO: This without the fbo_unbind() above would be better than destroying the FBO.
|
||||
// However, it doesn't seem to work for Star Ocean, at least
|
||||
if (useBufferedRendering_) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue