diff options
| author | Leslie Zhai <zhaixiang@loongson.cn> | 2025-07-03 15:37:13 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-03 09:37:13 +0200 |
| commit | accbbe83e24f4f8671dad7230270a30008bf17f8 (patch) | |
| tree | 269d88fd42352867e57b248c84bbd1886acbb2a9 /src/wrapped/generated/wrapper.h | |
| parent | 44ff3375df163b55396e9bcd36e9f4099a2ce137 (diff) | |
| download | box64-accbbe83e24f4f8671dad7230270a30008bf17f8.tar.gz box64-accbbe83e24f4f8671dad7230270a30008bf17f8.zip | |
[WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (#2788) (#2789)
* [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (#2788) * [WRAPPER] Use RunFunctionFmt to call x64 resource_alloc entry * [WRAPPER] Remove useless include header and DBGetBlock * [WRAPPER] Use FindElfAddress to check the function is from x64 space * [WRAPPER] Use find_XXX_Fct mechanism
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 168ddc84..ce9da9ee 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -3436,7 +3436,6 @@ 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); -void LFpLiiuuuiupLp(x64emu_t *emu, uintptr_t fnc); void pFEpLiiuuLipii(x64emu_t *emu, uintptr_t fnc); void pFEppppppppppp(x64emu_t *emu, uintptr_t fnc); void pFWWiCCCCiipup(x64emu_t *emu, uintptr_t fnc); @@ -3462,6 +3461,7 @@ void iFppppppLLLLupp(x64emu_t *emu, uintptr_t fnc); void uFippuuuulllipp(x64emu_t *emu, uintptr_t fnc); void uFpppppuupppppp(x64emu_t *emu, uintptr_t fnc); void UFbCuuwwWWWWuup(x64emu_t *emu, uintptr_t fnc); +void LFEpLiiuuuiupLp(x64emu_t *emu, uintptr_t fnc); void pFppLppppiiLpip(x64emu_t *emu, uintptr_t fnc); void pFpppppppuipppp(x64emu_t *emu, uintptr_t fnc); void pFppppppppppppp(x64emu_t *emu, uintptr_t fnc); |