about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-07-03 11:19:55 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-07-03 11:19:55 +0200
commit0ba46403c622f1c60695852a0c61f15880a95d2c (patch)
tree5c2ef08acc753703b5937277fd3ab82dafa9fd44 /src/include/debug.h
parentcac43a1f5f6e5289db67ffac45954aec51ff9c15 (diff)
downloadbox64-0ba46403c622f1c60695852a0c61f15880a95d2c.tar.gz
box64-0ba46403c622f1c60695852a0c61f15880a95d2c.zip
Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled with BOX64_UNITYPLAYER=0)
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 98f6281e..45b8e560 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -73,6 +73,7 @@ extern int la64_scq;
 #endif
 extern int box64_libcef;
 extern int box64_jvm;
+extern int box64_unityplayer;
 extern int box64_sdl2_jguid;
 extern int dlsym_error;    // log dlsym error
 extern int cycle_log;      // if using rolling logs