mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -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)
|
||||
{
|
||||
Firmware[0x1D] = 0x57; // DSi
|
||||
Firmware[0x2F] = 0x18;
|
||||
Firmware[0x1FD] = 0x02;
|
||||
Firmware[0x2F] = 0x0F;
|
||||
Firmware[0x1FD] = 0x01;
|
||||
Firmware[0x1FE] = 0x20;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user