about summary refs log tree commit diff stats
path: root/docs/gen/usage.json
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-10-19 19:06:38 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-10-19 19:06:38 +0200
commit0833a07a65da8e786041666a815f2df87dccaa7e (patch)
tree9dafa7e7c7ae9358bafab3ff368866d6175267e9 /docs/gen/usage.json
parentaa4dbe72c9f7a6297a68ef4edce70a105cbd0f4c (diff)
downloadbox64-0833a07a65da8e786041666a815f2df87dccaa7e.tar.gz
box64-0833a07a65da8e786041666a815f2df87dccaa7e.zip
[DYNAREC] Introduce BOX4_DYNAREC_INTERP_SIGNAL and 1 profile that needs it
Diffstat (limited to 'docs/gen/usage.json')
-rw-r--r--docs/gen/usage.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json
index f96bb1c5..91e465cc 100644
--- a/docs/gen/usage.json
+++ b/docs/gen/usage.json
@@ -848,6 +848,24 @@
     ]
   },
   {
+    "name": "BOX64_DYNAREC_INTERP_SIGNAL",
+    "description": "Allow the use of Dynarec in Signal Handlers.",
+    "category": "Compatibility",
+    "wine": true,
+    "options": [
+      {
+        "key": "0",
+        "description": "Allow the use of Dynarec in signal handlers.",
+        "default": true
+      },
+      {
+        "key": "1",
+        "description": "Only use the Interpreter for signal handlers (as it was in v0.3.8 and earlier).",
+        "default": false
+      }
+    ]
+  },
+  {
     "name": "BOX64_DYNACACHE",
     "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). DynaCache write file to home folder by default, and can grow without limit.",
     "category": "Performance",