about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/tools/rcfile.c3
-rw-r--r--system/box64.box64rc3
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