diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-05-07 22:50:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-07 16:50:37 +0200 |
| commit | 5d14413b89d7bb78023307fc59d2d9da182554a4 (patch) | |
| tree | 3822c9835ff42632837da6dde40a292e7048247f /docs/gen/usage.json | |
| parent | ec549690944d2768b811340bc999abdfbc60ca2c (diff) | |
| download | box64-5d14413b89d7bb78023307fc59d2d9da182554a4.tar.gz box64-5d14413b89d7bb78023307fc59d2d9da182554a4.zip | |
[DYNAREC] Use PE volatile metadata in dynarec (#2610)
Diffstat (limited to 'docs/gen/usage.json')
| -rw-r--r-- | docs/gen/usage.json | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ -641,6 +641,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.", "category": "Performance", |