diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-06-04 11:13:26 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-06-04 11:13:31 +0200 |
| commit | 87be9fd1ad3c743bbc109e2e4e0bd79a04d83d14 (patch) | |
| tree | 2d8ac4ceca16719ad1c3612f835e6c811fc76ef7 /src | |
| parent | 7cbb2bf435425f085f951e9814689493a90f7f9e (diff) | |
| download | box64-87be9fd1ad3c743bbc109e2e4e0bd79a04d83d14.tar.gz box64-87be9fd1ad3c743bbc109e2e4e0bd79a04d83d14.zip | |
[DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805)
Diffstat (limited to 'src')
| -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 7e13f60f..e41980c0 100644 --- a/src/tools/rcfile.c +++ b/src/tools/rcfile.c @@ -39,6 +39,9 @@ static const char default_rcfile[] = "BOX64_NOSANDBOX=1\n" "BOX64_MALLOC_HACK=2\n" "\n" +"[LotCG.x86_64]\n" +"BOX64_DYNAREC_FASTROUND=0\n" +"\n" "[pressure-vessel-wrap]\n" "BOX64_NOGTK=1\n" "\n" |