Skip to content

Commit

Permalink
Add another memcpy variant.
Browse files Browse the repository at this point in the history
Fixes #4324 (Marvel Ultimate Alliance 2 videos), thanks daniel229.
  • Loading branch information
unknownbrackets committed Aug 23, 2014
1 parent dae07e9 commit d4ec7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/MIPS/MIPSAnalyst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ static const HardHashTableEntry hardcodedHashes[] = {
{ 0xa9194e55cc586557, 268, "memcpy", },
{ 0xa91b3d60bd75105b, 28, "vadd_t", },
{ 0xab97ec58c58a7c75, 52, "vector_divide_t", },
{ 0xac84fa7571895c9a, 68, "memcpy", }, // Marvel Ultimate Alliance 2
{ 0xacc2c11c3ea28320, 268, "ceilf", },
{ 0xad67add5122b8c64, 52, "matrix_q_translate_t", },
{ 0xada952a1adcea4f5, 60, "vmmul_q_transp5", },
Expand Down

0 comments on commit d4ec7d8

Please sign in to comment.