mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-11 09:05:38 +00:00
Mark another memmove() implementation.
This commit is contained in:
parent
94ba05eba1
commit
69ed727a21
@ -230,6 +230,7 @@ static const HardHashTableEntry hardcodedHashes[] = {
|
||||
{ 0x5b103d973fd1dd94, 92, "matrix_rot_y", },
|
||||
{ 0x5b9d7e9d4c905694, 196, "_calloc_r", },
|
||||
{ 0x5bf7a77b028e9f66, 324, "sqrtf", },
|
||||
{ 0x5c0b3edc0e48852c, 148, "memmove", }, // Dissidia 1 (US)
|
||||
{ 0x5e898df42c4af6b8, 76, "wcsncmp", },
|
||||
{ 0x5f473780835e3458, 52, "vclamp_q", },
|
||||
{ 0x5fc58ed2c4d48b79, 40, "vtfm_q_transp", },
|
||||
|
@ -133,6 +133,7 @@
|
||||
5b103d973fd1dd94:92 = matrix_rot_y
|
||||
5b9d7e9d4c905694:196 = _calloc_r
|
||||
5bf7a77b028e9f66:324 = sqrtf
|
||||
5c0b3edc0e48852c:148 = memmove
|
||||
5e898df42c4af6b8:76 = wcsncmp
|
||||
5f473780835e3458:52 = vclamp_q
|
||||
5fc58ed2c4d48b79:40 = vtfm_q_transp
|
||||
|
Loading…
x
Reference in New Issue
Block a user