mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Small RSX fix
This commit is contained in:
parent
9c3981bc8e
commit
b13a8ab4e3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue