make firmware settings override also apply in DSi mode

This commit is contained in:
Arisotura
2021-11-20 12:09:13 +01:00
parent 593eb7c81c
commit 7a0286a43d
3 changed files with 34 additions and 3 deletions

View File

@ -816,7 +816,7 @@ bool LoadNAND()
memcpy(&ARM7Init[0x0254], &ARM7iBIOS[0xC6D0], 0x1048);
memcpy(&ARM7Init[0x129C], &ARM7iBIOS[0xD718], 0x1048);
DSi_NAND::PatchTSC();
DSi_NAND::PatchUserData();
DSi_NAND::DeInit();