diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-30 15:26:46 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-30 15:26:46 +0200 |
| commit | 171c213b3253e060d2fbbaa9952ea40cba1bbdac (patch) | |
| tree | f845496c129cbc007fca6f27efb0f3739239606d /src/wrapped/generated/wrapper.h | |
| parent | c4dcb316cade38dbd7ca67b068dc27555d9e12aa (diff) | |
| download | box64-171c213b3253e060d2fbbaa9952ea40cba1bbdac.tar.gz box64-171c213b3253e060d2fbbaa9952ea40cba1bbdac.zip | |
Wraped some SDL2 printf functions
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 8ffc0262..8fa86623 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -648,6 +648,8 @@ void iFEpiii(x64emu_t *emu, uintptr_t fnc); void iFEpipi(x64emu_t *emu, uintptr_t fnc); void iFEpipp(x64emu_t *emu, uintptr_t fnc); void iFEpipV(x64emu_t *emu, uintptr_t fnc); +void iFEpupp(x64emu_t *emu, uintptr_t fnc); +void iFEpupV(x64emu_t *emu, uintptr_t fnc); void iFEpLpp(x64emu_t *emu, uintptr_t fnc); void iFEpLpV(x64emu_t *emu, uintptr_t fnc); void iFEppii(x64emu_t *emu, uintptr_t fnc); |