From a66bb7453b335975ae0f55a96e3f9665139d8024 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 12 Jul 2021 13:43:00 -0500 Subject: Use box86 to launch x86 binary (if box86 is present in same folder as box64) --- src/include/box64context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index 0f99d1fe..1fe43d84 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -82,6 +82,7 @@ typedef struct box64context_s { char* fullpath; char* box64path; // path of current box64 executable + char* box86path; // path of box86 executable (if present) uint64_t stacksz; size_t stackalign; -- cgit 1.4.1