This commit is contained in:
Arisotura 2021-04-10 20:21:32 +02:00
parent 150ce7af61
commit 24824d7c66
1 changed files with 0 additions and 2 deletions

View File

@ -723,14 +723,12 @@ void ApplyDLDIPatch(const u8* patch, u32 len)
*(u32*)&patch[8] != 0x006D6873)
{
printf("bad DLDI patch\n");
delete[] patch;
return;
}
if (patch[0x0D] > binary[dldioffset+0x0F])
{
printf("DLDI driver ain't gonna fit, sorry\n");
delete[] patch;
return;
}