diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-07-03 11:19:55 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-07-03 11:19:55 +0200 |
| commit | 0ba46403c622f1c60695852a0c61f15880a95d2c (patch) | |
| tree | 5c2ef08acc753703b5937277fd3ab82dafa9fd44 /src/include/debug.h | |
| parent | cac43a1f5f6e5289db67ffac45954aec51ff9c15 (diff) | |
| download | box64-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.h | 1 |
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 |