about summary refs log tree commit diff stats
path: root/docs/USAGE.md
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/USAGE.md
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/USAGE.md')
-rw-r--r--docs/USAGE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index f8caf164..01653007 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -329,6 +329,13 @@ Force the use of float/double for x87 emulation. Availble in WowBox64.
  * 1: Only use Double for x87 emulation. 
  * 2: Check Precision Control low precision on x87 emulation. 
 
+### BOX64_DYNAREC_INTERP_SIGNAL
+
+Allow the use of Dynarec in Signal Handlers. Availble in WowBox64.
+
+ * 0: Allow the use of Dynarec in signal handlers. [Default]
+ * 1: Only use the Interpreter for signal handlers (as it was in v0.3.8 and earlier). 
+
 ### BOX64_EXIT
 
 Just exit, do not try to run the program.