From 4f0e98ade5d37b8647cb5d39b6e5a3aded55fa2f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 18 Nov 2021 14:18:00 +0100 Subject: [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate it when libmonobdgcw-2.0.so is detected (should help #110 and #158 at least) --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index db04691a..56d450d1 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -120,6 +120,11 @@ Enables/Disables Box64's Dynarec building BigBlock. * 0 : Don't try to build block as big as possible (can help program using lots of thread and a JIT, like C#/Unity) (Default when libmonobdwgc-2.0.so is loaded) * 1 : Build Dynarec block as big as possible (Default.) +#### BOX64_DYNAREC_STRONGMEM +Enable/Disable simulation of Strong Memory model +* 0 : Don't try anything special (Default.) +* 1 : Enable some Memory Barrier when reading from memory (on MOV opcode) to simulate Strong Memory Model (Default when libmonobdwgc-2.0.so is loaded) + #### BOX64_LIBGL * libXXXX set the name for libGL (defaults to libGL.so.1). * /PATH/TO/libGLXXX : Sets the name and path for libGL -- cgit 1.4.1