mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 06:39:58 -06:00
Set NDS::EnableJIT
in the constructor (#1921)
This commit is contained in:
@ -105,6 +105,7 @@ NDS::NDS(NDSArgs&& args, int type) noexcept :
|
|||||||
AREngine(*this),
|
AREngine(*this),
|
||||||
ARM9(*this, args.GDB, args.JIT.has_value()),
|
ARM9(*this, args.GDB, args.JIT.has_value()),
|
||||||
ARM7(*this, args.GDB, args.JIT.has_value()),
|
ARM7(*this, args.GDB, args.JIT.has_value()),
|
||||||
|
EnableJIT(args.JIT.has_value()),
|
||||||
DMAs {
|
DMAs {
|
||||||
DMA(0, 0, *this),
|
DMA(0, 0, *this),
|
||||||
DMA(0, 1, *this),
|
DMA(0, 1, *this),
|
||||||
|
Reference in New Issue
Block a user