Skip to content

Commit

Permalink
Merge pull request #64 from Jyrka98/blender-3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f authored Nov 4, 2023
2 parents a87ef03 + a03d9a3 commit 1f58918
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 @@ -249,5 +249,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.5", {
"E8 1C A0 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 1f58918

Please sign in to comment.