Skip to content

Commit

Permalink
Add AnmVm::AnmVm to overload ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
KSSBrawl committed Nov 14, 2024
1 parent fd924b6 commit 89181a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate_detours.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def get_path_of_mangled_symbol(symbol):


IGNORE_OVERLOAD_LIST = [
"th06::AnmVm::AnmVm",
# This is supposed to be inlined but is inserted right before the first caller.
"D3DXMatrixIdentity"
]
Expand Down

0 comments on commit 89181a7

Please sign in to comment.