added test 2d rectangle to renderer

This commit is contained in:
h4570
2020-11-29 13:37:30 +01:00
parent 7233e6a4f4
commit 7d2f354085
4 changed files with 41 additions and 1 deletions
+1
View File
@@ -86,6 +86,7 @@ void GifSender::sendClear(zbuffer_t *t_zBuffer)
packet2_update(packet2, draw_enable_tests(packet2->next, 0, t_zBuffer));
packet2_update(packet2, draw_finish(packet2->next));
packet2_chain_close_tag(packet2);
dma_channel_wait(DMA_CHANNEL_GIF, 0);
dma_channel_send_packet2(packet2, DMA_CHANNEL_GIF, true);
dma_channel_wait(DMA_CHANNEL_GIF, 0);
packet2_free(packet2);