store vertices and polygons. strips not handled yet.

This commit is contained in:
StapleButter
2017-02-10 15:24:46 +01:00
parent 3ad95fbc65
commit c95f7578bb
6 changed files with 405 additions and 16 deletions

View File

@ -243,6 +243,11 @@ void GPU2D::DrawScanline(u32 line)
}
}
void GPU2D::VBlank()
{
//
}
template<u32 bgmode>
void GPU2D::DrawScanlineBGMode(u32 line, u32* spritebuf, u16* dst)