about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-24 14:12:36 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-24 14:12:36 +0100
commit02caee0c02c75e035ce976d1ffdb29baa6e0a6c5 (patch)
treebe18434cbdef194f4de797f8286067ce9f085930 /src/include/box64context.h
parent7260da63afd4c9617a420748a5d143de1e6268c5 (diff)
downloadbox64-02caee0c02c75e035ce976d1ffdb29baa6e0a6c5.tar.gz
box64-02caee0c02c75e035ce976d1ffdb29baa6e0a6c5.zip
Added some hack to rename wine binary process too (help mesa pick up the correct binary being run)
Diffstat (limited to 'src/include/box64context.h')
-rw-r--r--src/include/box64context.h3
1 files changed, 3 insertions, 0 deletions
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)