about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-11-05 14:23:54 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-11-05 14:23:54 +0100
commitcc661c75493a94aede5839456acbc37d1a40b3f1 (patch)
tree060468ef100cbc96f49e6bb58c412c4e388dad86 /src/include/debug.h
parent6982846f506237536627650271d5fdd2ed5a0092 (diff)
downloadbox64-cc661c75493a94aede5839456acbc37d1a40b3f1.tar.gz
box64-cc661c75493a94aede5839456acbc37d1a40b3f1.zip
Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h1
1 files changed, 1 insertions, 0 deletions
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;