debugging DMA

This commit is contained in:
Milang 2019-08-17 19:13:28 +02:00
parent 5b99d60eff
commit e9c5f9935d
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ void FE_zbuffer_clear()
}
}
// TODO déterminer le type d'effacement
if (isSH3())
if (/*isSH3()*/1)
{ // effacement CPU
uint_fast16_t indice;
for (indice = 0; indice < size_uint32; indice ++)
@ -70,8 +70,8 @@ void FE_zbuffer_clear()
void FE_start_rendering()
{
if (!isSH3())
dma_transfer_wait(0);
/*if (!isSH3())
dma_transfer_wait(0);*/
}