Small RSX fix

This commit is contained in:
raven02 2014-10-06 21:39:25 +08:00
parent 9c3981bc8e
commit b13a8ab4e3
1 changed files with 1 additions and 0 deletions

View File

@ -1380,6 +1380,7 @@ void GLGSRender::WriteColorBuffers()
glBindBuffer(GL_PIXEL_PACK_BUFFER, g_pbo[i]);
glBufferData(GL_PIXEL_PACK_BUFFER, RSXThread::m_width * RSXThread::m_height * 4, 0, GL_STREAM_READ);
}
glBindBuffer(GL_PIXEL_PACK_BUFFER, 0);
WriteColorBufferA();
WriteColorBufferB();
break;