mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Buildfix
This commit is contained in:
parent
84037f448e
commit
3c5a05acb3
@ -1435,7 +1435,7 @@ VirtualFramebuffer *FramebufferManagerCommon::FindDownloadTempBuffer(VirtualFram
|
||||
if (!nvfb->fbo) {
|
||||
delete nvfb;
|
||||
ERROR_LOG(FRAMEBUF, "Error creating download temp FBO! %d x %d", nvfb->renderWidth, nvfb->renderHeight);
|
||||
return false;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bvfbs_.push_back(nvfb);
|
||||
|
Loading…
Reference in New Issue
Block a user