diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 2 | ||||
| -rw-r--r-- | docs/box64.pod | 2 | ||||
| -rw-r--r-- | docs/gen/usage.json | 2 |
3 files changed, 3 insertions, 3 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). diff --git a/docs/box64.pod b/docs/box64.pod index 06cdc8e2..42ce1ee5 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -401,7 +401,7 @@ Force the use of float/double for x87 emulation. Availble in WowBox64. =item B<BOX64_DYNAREC_INTERP_SIGNAL> =I<0|1> -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). diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 91e465cc..dfd65aea 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -851,7 +851,7 @@ "name": "BOX64_DYNAREC_INTERP_SIGNAL", "description": "Allow the use of Dynarec in Signal Handlers.", "category": "Compatibility", - "wine": true, + "wine": false, "options": [ { "key": "0", |