Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DSi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ void DSi::SetupDirectBoot()
else
{
SCFG_EXT[0] = 0x8307F100;
SCFG_EXT[1] = 0x93FBFB06;
SCFG_EXT[1] = 0x93FBFB06 | (header.DSiPermissions[1] & 0x80040407);
Comment thread
edo9300 marked this conversation as resolved.
Outdated
}

ARM9.CP15Write(0x100, 0x00056078);
Expand Down
Loading