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

Move FrameBuffer_CopyToRDRAM to RSP_ProcessDList().

This commit is contained in:
Sergey Lipskiy 2013-11-16 14:11:05 +07:00
parent d4953abb91
commit bc8eced7bd

View File

@ -281,6 +281,8 @@ void RSP_ProcessDList()
GBI.cmd[RSP.cmd]( w0, w1 );
}
if (g_bCopyToRDRAM)
FrameBuffer_CopyToRDRAM( gDP.colorImage.address, false );
if (g_bCopyDepthToRDRAM)
FrameBuffer_CopyDepthBuffer( gDP.colorImage.address );