about summary refs log tree commit diff stats
path: root/docs/gen/usage.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gen/usage.json')
-rw-r--r--docs/gen/usage.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json
index 2d77737f..3e748a20 100644
--- a/docs/gen/usage.json
+++ b/docs/gen/usage.json
@@ -803,19 +803,24 @@
   },
   {
     "name": "BOX64_DYNACACHE",
-    "description": "Enable/disable the Dynamic Recompiler Cache (a.k.a DynaCache). This option defaults to 0. Not all architecture support DynaCache yet (it will have no effect then). DynaCache write file to home folder, and can grow without limit",
+    "description": "Enable/disable the Dynamic Recompiler Cache (a.k.a DynaCache). This option defaults to 2 (to read cache if present but not generate any). Not all architecture support DynaCache yet (it will have no effect then). DynaCache write file to home folder, and can grow without limit",
     "category": "Performance",
     "wine": false,
     "options": [
       {
         "key": "0",
         "description": "Disable DynaCache.",
-        "default": true
+        "default": false
       },
       {
         "key": "1",
         "description": "Enable DynaCache.",
         "default": false
+      },
+      {
+        "key": "2",
+        "description": "Use DynaCache files if present, but do not generate new one.",
+        "default": true
       }
     ]
   },