mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Actually set the offset framebuffer.
Oops.
This commit is contained in:
@@ -1122,6 +1122,12 @@ bool TextureCache::SetOffsetTexture(u32 offset) {
|
||||
}
|
||||
}
|
||||
|
||||
if (success) {
|
||||
SetTextureFramebuffer(entry, entry->framebuffer);
|
||||
lastBoundTexture = -1;
|
||||
entry->lastFrame = gpuStats.numFlips;
|
||||
}
|
||||
|
||||
return success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user