diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-11 15:40:15 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-11 15:40:15 +0100 |
| commit | 107dbd56459c39334f9b0d3611c04d561571737e (patch) | |
| tree | a6f285bc11abaa4ebc3c11a0119ef3df3774f1d5 /src/wrapped/generated/wrapper.h | |
| parent | bebd8f3c1a5a695eff6cfb77bbd9d5c50541ed53 (diff) | |
| download | box64-107dbd56459c39334f9b0d3611c04d561571737e.tar.gz box64-107dbd56459c39334f9b0d3611c04d561571737e.zip | |
Fixed some fuse wrapped functions (better AppImage compatibility)
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 6d944fe9..b55739a5 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -850,6 +850,7 @@ void iFpLpL(x64emu_t *emu, uintptr_t fnc); void iFpLpp(x64emu_t *emu, uintptr_t fnc); void iFppii(x64emu_t *emu, uintptr_t fnc); void iFppiu(x64emu_t *emu, uintptr_t fnc); +void iFppiU(x64emu_t *emu, uintptr_t fnc); void iFppiL(x64emu_t *emu, uintptr_t fnc); void iFppip(x64emu_t *emu, uintptr_t fnc); void iFppIL(x64emu_t *emu, uintptr_t fnc); |