Skip to content

Commit

Permalink
fix a tidbit with GXFIFO NDMA, I think
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisotura committed Nov 3, 2022
1 parent 4ef2e1f commit 019120e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DSi_NDMA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 019120e

Please sign in to comment.