From f256c48505690dfa39405156f626ca8762d8f1d5 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 29 Apr 2024 11:23:35 +0200 Subject: Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM --- docs/USAGE.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit 1.4.1