From 5d14413b89d7bb78023307fc59d2d9da182554a4 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 7 May 2025 22:50:37 +0800 Subject: [DYNAREC] Use PE volatile metadata in dynarec (#2610) --- docs/USAGE.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/USAGE.md') diff --git a/docs/USAGE.md b/docs/USAGE.md index 354a173f..64eeec0a 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -661,6 +661,13 @@ Enable the emulation of x86 strong memory model. * 2: All in 1, plus memory barriers on SIMD instructions. * 3: All in 2, plus more memory barriers on a regular basis. +### BOX64_DYNAREC_VOLATILE_METADATA + +Use volatile metadata parsed from PE files, only valid for 64bit Windows games. + + * 0: Do not use volatile metadata. [Default] + * 1: Use volatile metadata, which will guide Box64 for better strong memory emulation. + ### BOX64_DYNAREC_WAIT Wait or not for the building of a DynaRec code block to be ready. -- cgit 1.4.1