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 | |
| parent | 7cbb2bf435425f085f951e9814689493a90f7f9e (diff) | |
| download | box64-87be9fd1ad3c743bbc109e2e4e0bd79a04d83d14.tar.gz box64-87be9fd1ad3c743bbc109e2e4e0bd79a04d83d14.zip | |
[DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805)
| -rw-r--r-- | src/tools/rcfile.c | 3 | ||||
| -rw-r--r-- | system/box64.box64rc | 3 |
2 files changed, 6 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" diff --git a/system/box64.box64rc b/system/box64.box64rc index c2519df6..a739eeb4 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -52,6 +52,9 @@ BOX64_MALLOC_HACK=2 # this is to save some memory BOX64_DYNAREC_BIGBLOCK=0 +[LotCG.x86_64] +BOX64_DYNAREC_FASTROUND=0 + [nacl_helper] BOX64_MALLOC_HACK=1 |