about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md9
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