mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
queue_dependency: remove outdated hardcoded dependency callers offsets, no more use since we have a game skeleton update hook now. (#2268)
This commit is contained in:
parent
2d2f4368fd
commit
af1050f5ae
@ -43,12 +43,6 @@ namespace big
|
|||||||
if (!is_address_in_game_region(f1) || (f2 && !is_address_in_game_region(f2)))
|
if (!is_address_in_game_region(f1) || (f2 && !is_address_in_game_region(f2)))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// These must run, otherwise we'll at some point run out of sysMemSimpleAllocator memory.
|
|
||||||
if (caller_addr_offset == 0xAA03D4 || caller_addr_offset == 0xAA0A21 || caller_addr_offset == 0xAA0902)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return is_jump(f1) || is_jump(f2);
|
return is_jump(f1) || is_jump(f2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user