From 0ba46403c622f1c60695852a0c61f15880a95d2c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 3 Jul 2024 11:19:55 +0200 Subject: Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled with BOX64_UNITYPLAYER=0) --- 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 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 -- cgit 1.4.1