diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 1e26cce6..ed3a1525 100644 --- a/src/main.c +++ b/src/main.c @@ -735,6 +735,7 @@ void LoadLogEnv() if(box64_dynarec_test) { box64_dynarec_fastnan = 0; box64_dynarec_fastround = 0; + box64_dynarec_x87double = 1; box64_dynarec_callret = 0; printf_log(LOG_INFO, "Dynarec will compare it's execution with the interpreter (super slow, only for testing)\n"); } |