mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
what??
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user