aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_NDMA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSi_NDMA.cpp')
-rw-r--r--src/DSi_NDMA.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DSi_NDMA.cpp b/src/DSi_NDMA.cpp
index 6c349fa..f3c3745 100644
--- a/src/DSi_NDMA.cpp
+++ b/src/DSi_NDMA.cpp
@@ -347,8 +347,8 @@ void DSi_NDMA::Run7()
Running = 0;
NDS::ResumeCPU(1, 1<<(Num+4));
- DSi_AES::CheckInputDMA();
- DSi_AES::CheckOutputDMA();
+ DSi::AES->CheckInputDMA();
+ DSi::AES->CheckOutputDMA();
}
return;
@@ -372,6 +372,6 @@ void DSi_NDMA::Run7()
InProgress = false;
NDS::ResumeCPU(1, 1<<(Num+4));
- DSi_AES::CheckInputDMA();
- DSi_AES::CheckOutputDMA();
+ DSi::AES->CheckInputDMA();
+ DSi::AES->CheckOutputDMA();
}