diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-09 20:45:10 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-09 20:45:10 +0200 |
| commit | 6118dafd9428b99016c07fa179919a22eef9c2fe (patch) | |
| tree | 21dfbcd47c770fd9d30d0c2adc55f5ee077d4870 /src/wrapped/generated/wrapper.h | |
| parent | 8befcbfacf4a3ffe17d48248baa7411704c1b562 (diff) | |
| download | box64-6118dafd9428b99016c07fa179919a22eef9c2fe.tar.gz box64-6118dafd9428b99016c07fa179919a22eef9c2fe.zip | |
Improved gstreamer wrapping
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 6d3757bf..e3aa6a81 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -726,6 +726,7 @@ void pFplC(x64emu_t *emu, uintptr_t fnc); void pFplu(x64emu_t *emu, uintptr_t fnc); void pFpll(x64emu_t *emu, uintptr_t fnc); void pFplp(x64emu_t *emu, uintptr_t fnc); +void pFpLi(x64emu_t *emu, uintptr_t fnc); void pFpLu(x64emu_t *emu, uintptr_t fnc); void pFpLL(x64emu_t *emu, uintptr_t fnc); void pFpLp(x64emu_t *emu, uintptr_t fnc); @@ -1581,6 +1582,7 @@ void iFppuuu(x64emu_t *emu, uintptr_t fnc); void iFppuup(x64emu_t *emu, uintptr_t fnc); void iFppupi(x64emu_t *emu, uintptr_t fnc); void iFppupp(x64emu_t *emu, uintptr_t fnc); +void iFppUup(x64emu_t *emu, uintptr_t fnc); void iFpplii(x64emu_t *emu, uintptr_t fnc); void iFppllp(x64emu_t *emu, uintptr_t fnc); void iFpplpp(x64emu_t *emu, uintptr_t fnc); |