about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md4
-rw-r--r--docs/box64.pod4
-rw-r--r--docs/gen/usage.json4
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
       }
     ]
   },