mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
Try a potential fix for #7408
This commit is contained in:
@@ -669,6 +669,8 @@ void FramebufferManager::RebindFramebuffer() {
|
||||
} else {
|
||||
fbo_unbind();
|
||||
}
|
||||
if (g_Config.iRenderingMode == FB_NON_BUFFERED_MODE)
|
||||
glstate.viewport.restore();
|
||||
}
|
||||
|
||||
void FramebufferManager::ResizeFramebufFBO(VirtualFramebuffer *vfb, u16 w, u16 h, bool force) {
|
||||
|
||||
Reference in New Issue
Block a user