diff options
| author | DragonSWDev <dswdev@outlook.com> | 2024-12-23 22:26:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 22:26:53 +0100 |
| commit | 6fac9ee35bfbc67c94717fc661425a2fcfe69178 (patch) | |
| tree | a5dc5c624017c4b02927e319cbbd61d6777d75fa /src/wrapped/generated/wrapper.h | |
| parent | 93cc31bc489c0a15ad7596e7a3386deb2a60eb50 (diff) | |
| download | box64-6fac9ee35bfbc67c94717fc661425a2fcfe69178.tar.gz box64-6fac9ee35bfbc67c94717fc661425a2fcfe69178.zip | |
Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195)
* Add SDL_RenderGeometryRaw wrapped function to SDL2 * Add missing files
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 c1fba671..f8bcb3ae 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -3348,6 +3348,7 @@ void iFpLLlliLppppp(x64emu_t *emu, uintptr_t fnc); void iFpLpuuLpLpppL(x64emu_t *emu, uintptr_t fnc); void iFpLpppppppppp(x64emu_t *emu, uintptr_t fnc); void iFppLlliLppppp(x64emu_t *emu, uintptr_t fnc); +void iFpppipipiipii(x64emu_t *emu, uintptr_t fnc); void iFpppppppppppp(x64emu_t *emu, uintptr_t fnc); void UFbCuuWWwwCCup(x64emu_t *emu, uintptr_t fnc); void UFbuuuWWWWWWWW(x64emu_t *emu, uintptr_t fnc); |