From cc661c75493a94aede5839456acbc37d1a40b3f1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 5 Nov 2023 14:23:54 +0100 Subject: Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least) --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') diff --git a/src/include/debug.h b/src/include/debug.h index 59c608cd..53afd3f6 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -70,6 +70,7 @@ extern char* box64_trace; extern uint64_t start_cnt; #endif extern int box64_nosandbox; +extern int box64_inprocessgpu; extern int box64_malloc_hack; extern int box64_dummy_crashhandler; extern int box64_sse_flushto0; -- cgit 1.4.1