about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-08-31 09:05:36 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-08-31 09:05:36 +0200
commitd2511e66fbf2be2d633a7a97687a2f102d10ffe7 (patch)
tree5dd51fd6f4d09ab81a22a94e86ae9ad73647b3fb /system
parente23eb14809f27b27213185b4b57381e9e5718ad7 (diff)
downloadbox64-d2511e66fbf2be2d633a7a97687a2f102d10ffe7.tar.gz
box64-d2511e66fbf2be2d633a7a97687a2f102d10ffe7.zip
[RCFILE] Added support fro cursor (for #1778)
Diffstat (limited to 'system')
-rw-r--r--system/box64.box64rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc
index dc4a2fc6..b0b5627b 100644
--- a/system/box64.box64rc
+++ b/system/box64.box64rc
@@ -69,6 +69,15 @@ BOX64_MAXCPU=4  # surprisingly, having too much cpu core slow down things.4 is m
 [chrome]
 BOX64_MALLOC_HACK=2
 
+[cursor]
+BOX64_MALLOC_HACK=2
+#BOX64_DYNAREC_BIGBLOCK=3
+#BOX64_DYNAREC_CALLRET=1
+#BOX64_DYNAREC_SAFEFLAGS=0
+
+[chrome_crashpad_handler]
+BOX64_MALLOC_HACK=2
+
 [deadcells]
 BOX64_PREFER_EMULATED=1
 BOX64_DYNAREC_ALIGNED_ATOMICS=1