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

@ -837,6 +837,10 @@ void StartScanline(u32 line)
if (DispStat[0] & (1<<3)) NDS::TriggerIRQ(0, NDS::IRQ_VBlank);
if (DispStat[1] & (1<<3)) NDS::TriggerIRQ(1, NDS::IRQ_VBlank);
GPU2D_A->VBlank();
GPU2D_B->VBlank();
GPU3D::VBlank();
}
//NDS::ScheduleEvent(LINE_CYCLES, StartScanline, line+1);