take care of some minor details

This commit is contained in:
Arisotura
2020-06-21 11:02:42 +02:00
parent 7132e11bd4
commit e43a216ab5
2 changed files with 19 additions and 13 deletions

View File

@ -188,6 +188,8 @@ void Reset()
IOPORT(0x000) = 0x1440;
else if (console == 0x20)
IOPORT(0x000) = 0xC340;
else if (NDS::ConsoleType == 1 && console == 0x57)
IOPORT(0x000) = 0xC340; // DSi has the modern DS-wifi variant
else
{
printf("wifi: unknown console type %02X\n", console);