From c5e8aaff4a73665ad9ee0231713a7b6068bf2547 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 31 May 2023 18:21:42 +0200 Subject: [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) --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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) -- cgit 1.4.1