Skip to content

Commit 153b661

Browse files
committed
[RCFILE] Fine-tuned 2 game profiles
1 parent 2d74207 commit 153b661

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

system/box64.box64rc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,12 @@ BOX64_LOG=0
106106
BOX64_DYNAREC_ALIGNED_ATOMICS=1
107107

108108
[BeamNG.drive.x64]
109-
BOX64_MALLOC_HACK=2
109+
#There seems to be a JIT that use a limited amount of memory and so often rewrite portion of code, which is bad for box64 dynarec
110+
BOX64_DYNAREC_BIGBLOCK=1
110111
BOX64_DYNAREC_CALLRET=1
111-
BOX64_NOSANDBOX=1
112+
BOX64_MALLOC_HACK=2
113+
BOX64_DYNAREC_NOHOTPAGE=1
114+
BOX64_DYNAREC_DIRTY=2
112115

113116
[box64-bash]
114117
# LOG tend to mess up script execution in bash
@@ -847,7 +850,7 @@ BOX64_DYNAREC_BIGBLOCK=1
847850
BOX64_DYNAREC_CALLRET=1
848851
BOX64_DYNAREC_SEP=2
849852
BOX64_DYNAREC_DIRTY=2
850-
BOX64_MAXCPU=4
853+
BOX64_DYNAREC_NOHOTPAGE=1
851854

852855
[INSIDE.exe]
853856
BOX64_DYNAREC_STRONGMEM=1

0 commit comments

Comments
 (0)