diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/NDS.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp index ed68b68..3582a3b 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -105,6 +105,7 @@ NDS::NDS(NDSArgs&& args, int type) noexcept : AREngine(*this), ARM9(*this, args.GDB, args.JIT.has_value()), ARM7(*this, args.GDB, args.JIT.has_value()), + EnableJIT(args.JIT.has_value()), DMAs { DMA(0, 0, *this), DMA(0, 1, *this), |