aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_NDMA.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2022-11-03 20:22:46 +0100
committerArisotura <thetotalworm@gmail.com>2022-11-03 20:22:46 +0100
commit019120ebb8d7e75c6d8ae585037a6dd6e47ba339 (patch)
treece57dc137a647245e3f260eaf43ebc91e082114c /src/DSi_NDMA.cpp
parent4ef2e1f4ccc2f8046b74b8562c8ee8ef5d33d0b0 (diff)
fix a tidbit with GXFIFO NDMA, I think
Diffstat (limited to 'src/DSi_NDMA.cpp')
-rw-r--r--src/DSi_NDMA.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSi_NDMA.cpp b/src/DSi_NDMA.cpp
index ca834eb..fef755a 100644
--- a/src/DSi_NDMA.cpp
+++ b/src/DSi_NDMA.cpp
@@ -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;