salvage socket init code

This commit is contained in:
StapleButter
2017-05-11 19:57:49 +02:00
parent eb7154e426
commit 9a2e2998e9
6 changed files with 111 additions and 3 deletions

View File

@ -387,7 +387,7 @@ void GPU2D::DrawScanline(u32 line)
if (line > 192)
{
for (int i = 0; i < 256; i++)
dst[i] = 0xFF3F3F3F;
dst[i] = 0xFFFFFFFF;
return;
}