1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Fix ColorBufferToRDRAM::_prepareCopy for 1x native resolution.

Fixed Original N64 Resolution" breaks Majora's Mask (E) #1396
This commit is contained in:
Sergey Lipskiy 2017-03-19 20:20:05 +07:00
parent f428234787
commit 0eeba0ec51

View File

@ -214,6 +214,8 @@ bool ColorBufferToRDRAM::_prepareCopy(u32 _startAddress)
wnd.getDrawer().blitOrCopyTexturedRect(blitParams);
gfxContext.bindFramebuffer(bufferTarget::READ_FRAMEBUFFER, m_FBO);
} else {
gfxContext.bindFramebuffer(bufferTarget::READ_FRAMEBUFFER, readBuffer);
}
m_frameCount = curFrame;