Skip to content

Commit

Permalink
Add acknowledgement next to contrail_update_sig
Browse files Browse the repository at this point in the history
Should've been done a long time ago
  • Loading branch information
SnowyMouse authored May 25, 2024
1 parent 7351090 commit 846b2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chimera/signature/signature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace Chimera {
FIND("command_list_demo_sig", "core_demo", { 0xBD, -1, -1, -1, -1, 0xC7, 0x44, 0x24, 0x10, -1, -1, -1, -1, 0x8B, 0x75, 0x00, 0x8A, 0x5E, 0x18 });
FIND("command_list_retail_sig", "core_retail", { 0xBD, -1, -1, -1, -1, 0xC7, 0x44, 0x24, 0x10, -1, -1, -1, -1, 0x8B, 0x75, 0x00, 0x8A, 0x5E, 0x18 });
FIND("command_list_custom_edition_sig", "core_custom_edition", { 0xBB, -1, -1, -1, -1, 0xBD, -1, -1, -1, -1, 0x8B, 0xFF, 0x8B, 0x33, 0x8A, -1, 0x18, 0xE8 });
FIND("contrail_update_sig", "client", { 0x83, 0xEC, 0x10, 0x53, 0x55, 0x8B, 0x2D, -1, -1, -1, -1, 0x57, 0x83, 0xCB, 0xFF, 0x8B, 0xD3, 0x8B, 0xFD });
FIND("contrail_update_sig", "client", { 0x83, 0xEC, 0x10, 0x53, 0x55, 0x8B, 0x2D, -1, -1, -1, -1, 0x57, 0x83, 0xCB, 0xFF, 0x8B, 0xD3, 0x8B, 0xFD }); // many thanks to Shelly for originally locating this and writing a fix in Vulpes; Chimera's fix improves upon this a bunch
FIND("contrail_update_func_sig", "client", { 0xE8, -1, -1, -1, -1, 0x57, 0xE8, -1, -1, -1, -1, 0x83, 0xC4, 0x08, 0x85, 0xF6, 0x5F });
FIND("contrail_skip_sig", "client", { 0x8A, 0x42, 0x02, 0xD9, 0x44, 0x24, 0x14, 0xA8, 0x20, 0xD9, 0x42, 0x2C });
FIND("contrail_interpolation_fix_sig", "client", { 0x8B, 0x1D, -1, -1, -1, -1, 0x66, 0x8B, 0x4E, 0x0E, 0x8B, 0x5B, 0x34, 0x25, 0xFF, 0xFF, 0x00, 0x00 });
Expand Down

0 comments on commit 846b2c8

Please sign in to comment.