fix a tidbit with GXFIFO NDMA, I think

This commit is contained in:
Arisotura 2022-11-03 20:22:46 +01:00
parent 4ef2e1f4cc
commit 019120ebb8
1 changed files with 2 additions and 2 deletions

View File

@ -257,8 +257,8 @@ void DSi_NDMA::Run9()
Running = 0;
NDS::ResumeCPU(0, 1<<(Num+4));
//if (StartMode == 0x07)
// GPU3D::CheckFIFODMA();
if (StartMode == 0x0A)
GPU3D::CheckFIFODMA();
}
return;