about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-05-31 18:21:42 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-05-31 18:21:42 +0200
commitc5e8aaff4a73665ad9ee0231713a7b6068bf2547 (patch)
tree580fbdb15a94a17f469f1e85b4850ff32c3e8851 /docs
parent2017ef192f49715783e0108d8d0ac4b826b0ac45 (diff)
downloadbox64-c5e8aaff4a73665ad9ee0231713a7b6068bf2547.tar.gz
box64-c5e8aaff4a73665ad9ee0231713a7b6068bf2547.zip
[DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply conservative settings when loaded (should help #813) and probably other java based games/apps)
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 11e0eefa..ced076a9 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -197,6 +197,11 @@ Detect MonoBleedingEdge and apply conservative settings
 * 0 : Don't detect MonoBleedingEdge

 * 1 : Detect MonoBleedingEdge, and apply BIGBLOCK=0 STRONGMEM=1 if detected (Default)

 

+#### BOX64_DYNAREC_JVM *

+Detect libjvm and apply conservative settings

+* 0 : Don't detect libjvm

+* 1 : Detect libjvm, and apply BIGBLOCK=0 STRONGMEM=1 if detected (Default)

+

 #### BOX64_DYNAREC_WAIT *

 Behavior with FillBlock is not availble (FillBlock build Dynarec blocks and is not multithreaded)

 * 0 : Dynarec will not wait for FillBlock to ready and use Interpreter instead (might speedup a bit massive multithread or JIT programs)