fix a tidbit with GXFIFO NDMA, I think
This commit is contained in:
parent
4ef2e1f4cc
commit
019120ebb8
|
@ -257,8 +257,8 @@ void DSi_NDMA::Run9()
|
||||||
Running = 0;
|
Running = 0;
|
||||||
NDS::ResumeCPU(0, 1<<(Num+4));
|
NDS::ResumeCPU(0, 1<<(Num+4));
|
||||||
|
|
||||||
//if (StartMode == 0x07)
|
if (StartMode == 0x0A)
|
||||||
// GPU3D::CheckFIFODMA();
|
GPU3D::CheckFIFODMA();
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue