Skip to content

Commit ce3dc37

Browse files
committed
fix up SCFG_EXT values for direct boot to match what the DSi menu uses
1 parent 60f2ced commit ce3dc37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DSi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,8 @@ void DSi::SetupDirectBoot()
726726

727727
if (dsmode)
728728
{
729-
SCFG_EXT[0] = 0x03000000;
730-
SCFG_EXT[1] = 0x12A03000;
729+
SCFG_EXT[0] = 0x02000000;
730+
SCFG_EXT[1] = 0x92A00000;
731731
}
732732
else
733733
{

0 commit comments

Comments
 (0)