mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
GPU: Rebuild FBOs when they now have storage.
This commit is contained in:
@@ -1070,7 +1070,7 @@ void FramebufferManagerVulkan::EndFrame() {
|
||||
PSP_CoreParameter().renderHeight = 272 * zoom;
|
||||
}
|
||||
|
||||
if (UpdateSize() || g_Config.iRenderingMode == FB_NON_BUFFERED_MODE) {
|
||||
if (UpdateSize()) {
|
||||
DestroyAllFBOs();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user