Skip to content

Commit

Permalink
Merge pull request #61 from Jyrka98/blender-3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f authored Oct 9, 2023
2 parents d0248fe + 14fdedc commit 5d2cbb6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/blender-injection/BlenderPatchPatterns.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,14 @@ static std::unordered_map<std::string, BlenderPatchPattern> Patchers{
"E8 7B FF FF FF 84 C0",
"E8 EB BD 00 00 48 85 C0",
}
},
{

"3.6.4", {
"E8 5C 9D 41 00 E8",
"4C 8D 05 09 08 00 00",
"E8 7B FF FF FF 84 C0",
"E8 EB BD 00 00 48 85 C0",
}
}
};

0 comments on commit 5d2cbb6

Please sign in to comment.