fix full bios boot not being set properly on initial DSI class creation (#2366)
This commit is contained in:
parent
3263ab11c2
commit
608a4151b8
|
@ -113,6 +113,8 @@ DSi::DSi(DSiArgs&& args, void* userdata) noexcept :
|
|||
NWRAM_A = JIT.Memory.GetNWRAM_A();
|
||||
NWRAM_B = JIT.Memory.GetNWRAM_B();
|
||||
NWRAM_C = JIT.Memory.GetNWRAM_C();
|
||||
|
||||
SetFullBIOSBoot(args.FullBIOSBoot);
|
||||
}
|
||||
|
||||
DSi::~DSi() noexcept
|
||||
|
|
Loading…
Reference in New Issue