diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-23 18:09:18 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-23 18:09:18 +0100 |
| commit | f0026927e3c1d51eb03dc89a4c48d03945d939b8 (patch) | |
| tree | 8089be642b3b2f4e38f5c49ca2e948dfb24f438a /src/wrapped/generated/wrapper.h | |
| parent | d1388dd7eb98dc782d36f69cf2f4ed1573646ff9 (diff) | |
| download | box64-f0026927e3c1d51eb03dc89a4c48d03945d939b8.tar.gz box64-f0026927e3c1d51eb03dc89a4c48d03945d939b8.zip | |
Added some various wrapped function (for rpcs3, but still not working)
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 9181958c..e6cc6738 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -620,7 +620,6 @@ void uFpiu(x64emu_t *emu, uintptr_t fnc); void uFpip(x64emu_t *emu, uintptr_t fnc); void uFpCi(x64emu_t *emu, uintptr_t fnc); void uFpWi(x64emu_t *emu, uintptr_t fnc); -void uFpWW(x64emu_t *emu, uintptr_t fnc); void uFpWu(x64emu_t *emu, uintptr_t fnc); void uFpWf(x64emu_t *emu, uintptr_t fnc); void uFpWp(x64emu_t *emu, uintptr_t fnc); @@ -2125,6 +2124,7 @@ void uFpuuuup(x64emu_t *emu, uintptr_t fnc); void uFpuuupp(x64emu_t *emu, uintptr_t fnc); void uFpuuppp(x64emu_t *emu, uintptr_t fnc); void uFpupupu(x64emu_t *emu, uintptr_t fnc); +void uFpupppp(x64emu_t *emu, uintptr_t fnc); void uFppippp(x64emu_t *emu, uintptr_t fnc); void uFppuuup(x64emu_t *emu, uintptr_t fnc); void uFppuupu(x64emu_t *emu, uintptr_t fnc); |