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:10:50 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-10-19 19:10:50 +0200
commitb95f0a0ffa37ce558921de3bcb5104091d60dd33 (patch)
tree5758a222d0deb457b111c6a8497b9fe6a0bd11dc /docs/USAGE.md
parent0833a07a65da8e786041666a815f2df87dccaa7e (diff)
downloadbox64-b95f0a0ffa37ce558921de3bcb5104091d60dd33.tar.gz
box64-b95f0a0ffa37ce558921de3bcb5104091d60dd33.zip
[DYNAREC][WOWBOX64] BOX4_DYNAREC_INTERP_SIGNAL is not availble in WowBox64 for now
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 01653007..4efd7b71 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -331,7 +331,7 @@ Force the use of float/double for x87 emulation. Availble in WowBox64.
 
 ### BOX64_DYNAREC_INTERP_SIGNAL
 
-Allow the use of Dynarec in Signal Handlers. Availble in WowBox64.
+Allow the use of Dynarec in Signal Handlers.
 
  * 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).