diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-05-14 09:27:08 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-05-14 09:27:08 +0200 |
| commit | 4be5149b8d291268b32a7a8ad93651ecbcd12f1b (patch) | |
| tree | d504038614e916acf3160c9068ace9a6d3c458a3 /docs | |
| parent | 76ba181d98b8e582aea51a5557beb37c5683d441 (diff) | |
| download | box64-4be5149b8d291268b32a7a8ad93651ecbcd12f1b.tar.gz box64-4be5149b8d291268b32a7a8ad93651ecbcd12f1b.zip | |
[RCFILE] Made VOLATILE_METADATA default, and added/finetuned some game profiles
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 4 | ||||
| -rw-r--r-- | docs/box64.pod | 4 | ||||
| -rw-r--r-- | docs/gen/usage.json | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index ecdf7d0f..c81e9948 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -666,8 +666,8 @@ Enable the emulation of x86 strong memory model. 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. + * 0: Do not use volatile metadata. + * 1: Use volatile metadata, which will guide Box64 for better strong memory emulation. [Default] ### BOX64_DYNAREC_WAIT diff --git a/docs/box64.pod b/docs/box64.pod index 9a7581b0..9453ebb8 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -334,8 +334,8 @@ Enable or disable DynaRec trace. 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. + * 0 : Do not use volatile metadata. + * 1 : Use volatile metadata, which will guide Box64 for better strong memory emulation. [Default] =item B<BOX64_DYNAREC_WAIT> =I<0|1> diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 055a7c69..4702a2e9 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -653,12 +653,12 @@ { "key": "0", "description": "Do not use volatile metadata.", - "default": true + "default": false }, { "key": "1", "description": "Use volatile metadata, which will guide Box64 for better strong memory emulation.", - "default": false + "default": true } ] }, |