diff options
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rcfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c index 8a74c0d0..1bd0da27 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -630,6 +630,7 @@ void ApplyParams(const char* name) if(param->is_box64_dynarec_test_present && box64_dynarec_test) { box64_dynarec_fastnan = 0; box64_dynarec_fastround = 0; + box64_dynarec_x87double = 1; box64_dynarec_callret = 0; } #endif |