Improved default box64rc

This commit is contained in:
ptitSeb 2023-09-09 16:21:16 +02:00
parent 81e8ce4952
commit edba2a2e96
2 changed files with 14 additions and 2 deletions

View File

@ -22,6 +22,9 @@
// default rcfile
static const char default_rcfile[] =
"[bash]\n"
"BOX64_LOG=0\n"
"\n"
"[deadcells]\n"
"BOX64_PREFER_EMULATED=1\n"
"\n"

View File

@ -22,6 +22,10 @@ BOX64_DYNAREC_BIGBLOCK=2
BOX64_DYNAREC_FORWARD=512
BOX64_DYNAREC_CALLRET=1
[bash]
# LOG tend to mess up script execution in bash
BOX64_LOG=0
[chrome]
BOX64_MALLOC_HACK=2
@ -78,6 +82,13 @@ BOX64_DYNAREC_JVM=0
# This is needed or the physics engine will not behave correctly
BOX64_DYNAREC_FASTROUND=0
[spotify]
BOX64_NOSANDBOX=1
BOX64_DYNAREC_STRONGMEM=1
BOX64_MALLOC_HACK=2
# this is to save some memory
BOX64_DYNAREC_BIGBLOCK=0
[steam]
BOX64_CRASHHANDLER=1
BOX64_EMULATED_LIBS=libudev.so.0
@ -91,8 +102,6 @@ BOX64_LOG=0
BOX64_MALLOC_HACK=2
# this is to save some memory
BOX64_DYNAREC_BIGBLOCK=0
# if steamwebhelper takes too much memory, enable next line to disable it
#BOX64_EXIT=1
[steam-runtime-check-requirements]
BOX64_EXIT=1