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) --- system/box64.box64rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system') 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 -- cgit 1.4.1