diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-04-01 13:18:23 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-04-01 13:18:34 +0200 |
| commit | e710bbcec894882af9a6b4091f90120b8002c0d3 (patch) | |
| tree | 18dd087351758a1b4b8dd83636804cfdfc3bc29e /src/tools | |
| parent | 52f8fa1d5b687fbd15d8303f7af2c216e19fe9ef (diff) | |
| download | box64-e710bbcec894882af9a6b4091f90120b8002c0d3.tar.gz box64-e710bbcec894882af9a6b4091f90120b8002c0d3.zip | |
Improved test17 and finetuned factorio profile to disable FASTROUND on Dynarec
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rcfile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c index 4687ec50..7b0ccf64 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -32,6 +32,9 @@ static const char default_rcfile[] = "BOX64_CRASHHANDLER=1\n" "BOX64_DYNAREC_STRONGMEM=1\n" "\n" +"[factorio]\n" +"BOX64_DYNAREC_FASTROUND=0\n" +"\n" "[heroic]\n" "BOX64_NOSANDBOX=1\n" "BOX64_MALLOC_HACK=2\n" |