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

Code cleanup in gDPSetColorImage

This commit is contained in:
Sergey Lipskiy 2015-02-17 20:45:41 +06:00
parent b9257e33b1
commit d6b6204959

View File

@ -280,11 +280,8 @@ void gDPSetColorImage( u32 format, u32 size, u32 width, u32 address )
if (config.frameBufferEmulation.enable) // && address != gDP.depthImageAddress)
{
//if (gDP.colorImage.changed)
frameBufferList().saveBuffer(address, (u16)format, (u16)size, (u16)width, height, false);
gDP.colorImage.height = 0;
//OGL_ClearDepthBuffer();
} else
gDP.colorImage.height = height;
}