mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
fix a tidbit with GXFIFO NDMA, I think
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user