diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 11:23:35 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 11:23:35 +0200 |
| commit | f256c48505690dfa39405156f626ca8762d8f1d5 (patch) | |
| tree | 54446bbea1144aa8520b15df63a2ccffd706bfa9 /docs | |
| parent | 71c5447b8ad534f2507c0405a348d902e9374517 (diff) | |
| download | box64-f256c48505690dfa39405156f626ca8762d8f1d5.tar.gz box64-f256c48505690dfa39405156f626ca8762d8f1d5.zip | |
Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index de8cc427..47282644 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -207,9 +207,9 @@ Detect MonoBleedingEdge and apply conservative settings * 1 : Detect MonoBleedingEdge, and apply BIGBLOCK=0 STRONGMEM=1 if detected (Default) #### BOX64_DYNAREC_JVM * -Detect libjvm and apply conservative settings +Detect libjvm and apply conservative settings. Obsolete, use BOX64_JVM instead. * 0 : Don't detect libjvm -* 1 : Detect libjvm, and apply BIGBLOCK=0 STRONGMEM=1 if detected (Default) +* 1 : Detect libjvm, and apply BIGBLOCK=0 STRONGMEM=1 SSE42=0 if detected (Default) #### BOX64_DYNAREC_WAIT * Behavior with FillBlock is not availble (FillBlock build Dynarec blocks and is not multithreaded) @@ -246,6 +246,11 @@ Detect libcef and apply malloc_hack settings * 0 : Don't detect libcef * 1 : Detect libcef, and apply MALLOC_HACK=2 if detected (Default) +#### BOX64_JVM * +Detect libjvm and apply conservative settings +* 0 : Don't detect libjvm +* 1 : Detect libjvm, and apply BIGBLOCK=0 STRONGMEM=1 SSE42=0 if detected (Default) + #### BOX64_SDL2_JGUID * Need a workaround for SDL_GetJoystickGUIDInfo function for wrapped SDL2 * 0 : Don't use any workaround |