diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 9 |
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 |