here have more code

This commit is contained in:
Arisotura
2021-10-27 02:00:53 +02:00
parent 6cb2faff89
commit 81623e5b22
4 changed files with 185 additions and 147 deletions

View File

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