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/gen/usage.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/gen/usage.json') diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 831467b0..9db6c675 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -640,6 +640,23 @@ } ] }, + { + "name": "BOX64_DYNAREC_VOLATILE_METADATA", + "description": "Use volatile metadata parsed from PE files, only valid for 64bit Windows games.", + "category": "Performance", + "options": [ + { + "key": "0", + "description": "Do not use volatile metadata.", + "default": true + }, + { + "key": "1", + "description": "Use volatile metadata, which will guide Box64 for better strong memory emulation.", + "default": false + } + ] + }, { "name": "BOX64_DYNAREC_WAIT", "description": "Wait or not for the building of a DynaRec code block to be ready.", -- cgit 1.4.1