From d2511e66fbf2be2d633a7a97687a2f102d10ffe7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 31 Aug 2024 09:05:36 +0200 Subject: [RCFILE] Added support fro cursor (for #1778) --- system/box64.box64rc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'system') 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 -- cgit 1.4.1