Skip to content

Commit

Permalink
default firmware: in DSi mode, emulate more compatible DWM-W015 inste…
Browse files Browse the repository at this point in the history
…ad of DWM-W024
  • Loading branch information
Arisotura committed Mar 20, 2022
1 parent 709a598 commit 599deeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ void LoadDefaultFirmware()
if (NDS::ConsoleType == 1)
{
Firmware[0x1D] = 0x57; // DSi
Firmware[0x2F] = 0x18;
Firmware[0x1FD] = 0x02;
Firmware[0x2F] = 0x0F;
Firmware[0x1FD] = 0x01;
Firmware[0x1FE] = 0x20;
}
else
Expand Down

0 comments on commit 599deeb

Please sign in to comment.