From 87be9fd1ad3c743bbc109e2e4e0bd79a04d83d14 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 4 Jun 2023 11:13:26 +0200 Subject: [DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805) --- src/tools/rcfile.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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" -- cgit 1.4.1