mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
fix full bios boot not being set properly on initial DSI class creation (#2366)
This commit is contained in:
@ -113,6 +113,8 @@ DSi::DSi(DSiArgs&& args, void* userdata) noexcept :
|
|||||||
NWRAM_A = JIT.Memory.GetNWRAM_A();
|
NWRAM_A = JIT.Memory.GetNWRAM_A();
|
||||||
NWRAM_B = JIT.Memory.GetNWRAM_B();
|
NWRAM_B = JIT.Memory.GetNWRAM_B();
|
||||||
NWRAM_C = JIT.Memory.GetNWRAM_C();
|
NWRAM_C = JIT.Memory.GetNWRAM_C();
|
||||||
|
|
||||||
|
SetFullBIOSBoot(args.FullBIOSBoot);
|
||||||
}
|
}
|
||||||
|
|
||||||
DSi::~DSi() noexcept
|
DSi::~DSi() noexcept
|
||||||
|
Reference in New Issue
Block a user