From 02caee0c02c75e035ce976d1ffdb29baa6e0a6c5 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 24 Feb 2024 14:12:36 +0100 Subject: Added some hack to rename wine binary process too (help mesa pick up the correct binary being run) --- src/include/box64context.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/box64context.h b/src/include/box64context.h index 52a512fa..c3493e7e 100644 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -100,6 +100,9 @@ typedef struct box64context_s { int envc; char** envv; + int orig_argc; + char** orig_argv; + char* fullpath; char* box64path; // path of current box64 executable char* box86path; // path of box86 executable (if present) -- cgit 1.4.1