more shit

This commit is contained in:
Arisotura
2021-10-27 02:54:23 +02:00
parent 81623e5b22
commit c9b36017b1
3 changed files with 6 additions and 7 deletions

View File

@ -1167,7 +1167,7 @@ CartHomebrew::CartHomebrew(u8* rom, u32 len, u32 chipid) : CartCommon(rom, len,
//if (Config::DLDIEnable)
if (true)
{
ApplyDLDIPatch(melonDLDI, sizeof(melonDLDI), true);
ApplyDLDIPatch(melonDLDI, sizeof(melonDLDI), false);
SD = new FATStorage("melonDLDI.bin", 0, false, "dldi");
SD->Open();
}