mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
default firmware: in DSi mode, emulate more compatible DWM-W015 instead of DWM-W024
This commit is contained in:
@ -127,8 +127,8 @@ void LoadDefaultFirmware()
|
|||||||
if (NDS::ConsoleType == 1)
|
if (NDS::ConsoleType == 1)
|
||||||
{
|
{
|
||||||
Firmware[0x1D] = 0x57; // DSi
|
Firmware[0x1D] = 0x57; // DSi
|
||||||
Firmware[0x2F] = 0x18;
|
Firmware[0x2F] = 0x0F;
|
||||||
Firmware[0x1FD] = 0x02;
|
Firmware[0x1FD] = 0x01;
|
||||||
Firmware[0x1FE] = 0x20;
|
Firmware[0x1FE] = 0x20;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user