mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
salvage socket init code
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user