diff options
author | Arisotura <thetotalworm@gmail.com> | 2022-11-03 20:22:46 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2022-11-03 20:22:46 +0100 |
commit | 019120ebb8d7e75c6d8ae585037a6dd6e47ba339 (patch) | |
tree | ce57dc137a647245e3f260eaf43ebc91e082114c /src/DSi_NDMA.cpp | |
parent | 4ef2e1f4ccc2f8046b74b8562c8ee8ef5d33d0b0 (diff) |
fix a tidbit with GXFIFO NDMA, I think
Diffstat (limited to 'src/DSi_NDMA.cpp')
-rw-r--r-- | src/DSi_NDMA.cpp | 4 |
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; |