diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-13 17:42:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-13 17:42:43 +0200 |
| commit | 41ebdc7604a0d41484df84b7bc2fa51e0a75ec16 (patch) | |
| tree | 80d189b9526c75d2c32a40c6b4cfee6b73747944 /src/wrapped/generated/wrapper.h | |
| parent | e3fde0807f919ccba287d5dff1e9b98742826e6a (diff) | |
| download | box64-41ebdc7604a0d41484df84b7bc2fa51e0a75ec16.tar.gz box64-41ebdc7604a0d41484df84b7bc2fa51e0a75ec16.zip | |
Added 1 more wrapped function and fixed signature of 2 other
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 14c1b718..dacff7a7 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -201,6 +201,7 @@ void dFdp(x64emu_t *emu, uintptr_t fnc); void dFLL(x64emu_t *emu, uintptr_t fnc); void dFpi(x64emu_t *emu, uintptr_t fnc); void dFpp(x64emu_t *emu, uintptr_t fnc); +void DFpp(x64emu_t *emu, uintptr_t fnc); void lFll(x64emu_t *emu, uintptr_t fnc); void lFpi(x64emu_t *emu, uintptr_t fnc); void lFpp(x64emu_t *emu, uintptr_t fnc); @@ -637,7 +638,7 @@ void uFppiu(x64emu_t *emu, uintptr_t fnc); void uFpppi(x64emu_t *emu, uintptr_t fnc); void uFpppp(x64emu_t *emu, uintptr_t fnc); void UFpipp(x64emu_t *emu, uintptr_t fnc); -void dFppiL(x64emu_t *emu, uintptr_t fnc); +void DFppiL(x64emu_t *emu, uintptr_t fnc); void lFEpip(x64emu_t *emu, uintptr_t fnc); void lFEppL(x64emu_t *emu, uintptr_t fnc); void lFiipL(x64emu_t *emu, uintptr_t fnc); |