From b1eabd758349fafb92871254c34ff7e207b508be Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 11 May 2025 14:01:46 +0200 Subject: [WRAPPER] Added more wrapped function to ffmpeg, and disable it with NOGTK=1, as wrapping needs more work on structure callbacks --- src/include/callback.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/callback.h b/src/include/callback.h index 48d360c5..502a9dc7 100644 --- a/src/include/callback.h +++ b/src/include/callback.h @@ -7,6 +7,7 @@ typedef struct x64emu_s x64emu_t; uint64_t RunFunction(uintptr_t fnc, int nargs, ...); uint64_t RunFunctionFmt(uintptr_t fnc, const char* fmt, ...); +double RunFunctionFmtD(uintptr_t fnc, const char* fmt, ...); // save all modified register uint64_t RunSafeFunction(uintptr_t fnc, int nargs, ...); // use emu state to run function -- cgit 1.4.1