mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
* readme update
* remove TODO that has already been done
This commit is contained in:
@ -1334,8 +1334,6 @@ void GPU2D::DrawPixel(u32* dst, u16 color, u32 flag)
|
||||
|
||||
void GPU2D::DrawBG_3D(u32 line, u32* dst)
|
||||
{
|
||||
// TODO: check if window can prevent blending from happening
|
||||
|
||||
u32* src = GPU3D::GetLine(line);
|
||||
u8* windowmask = (u8*)&dst[256*2];
|
||||
|
||||
|
Reference in New Issue
Block a user