aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/NDS.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index d68045b..2b468be 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -210,13 +210,13 @@ bool Init()
void DeInit()
{
- delete ARM9;
- delete ARM7;
-
#ifdef JIT_ENABLED
ARMJIT::DeInit();
#endif
+ delete ARM9;
+ delete ARM7;
+
for (int i = 0; i < 8; i++)
delete DMAs[i];