diff options
Diffstat (limited to 'docs/USAGE.md')
| -rw-r--r-- | docs/USAGE.md | 7 |
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. |