mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add another memcmp() implementation.
This commit is contained in:
parent
69ed727a21
commit
70da5be5cc
2 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,7 @@ static const HardHashTableEntry hardcodedHashes[] = {
|
|||
{ 0xa2bcef60a550a3ef, 92, "matrix_rot_z", },
|
||||
{ 0xa373f55c65cd757a, 312, "memcpy_swizzled" }, // God Eater Burst Demo
|
||||
{ 0xa41989db0f9bf97e, 1304, "pow", },
|
||||
{ 0xa44f6227fdbc12b1, 132, "memcmp", }, // Popolocrois (US)
|
||||
{ 0xa46cc6ea720d5775, 44, "dl_write_cull", },
|
||||
{ 0xa54967288afe8f26, 600, "ceil", },
|
||||
{ 0xa5ddbbc688e89a4d, 56, "isinf", },
|
||||
|
|
|
@ -217,6 +217,7 @@ a1ca0640f11182e7:72 = strcspn
|
|||
a243486be51ce224:272 = cosf
|
||||
a2bcef60a550a3ef:92 = matrix_rot_z
|
||||
a41989db0f9bf97e:1304 = pow
|
||||
a44f6227fdbc12b1:132 = memcmp
|
||||
a46cc6ea720d5775:44 = dl_write_cull
|
||||
a54967288afe8f26:600 = ceil
|
||||
a5ddbbc688e89a4d:56 = isinf
|
||||
|
|
Loading…
Add table
Reference in a new issue