fix full bios boot not being set properly on initial DSI class creation (#2366)

This commit is contained in:
Jakly
2025-07-08 15:39:43 -04:00
committed by GitHub
parent 3263ab11c2
commit 608a4151b8

View File

@ -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