about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-11-27 18:50:47 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-27 18:50:47 +0100
commit06851f8b984574cd1532191feca9765ea07904c0 (patch)
treef389096a5bab95f8d4b7cd2be3595d7fac0cd45f /system
parent893fc7c9402dac4bd8c1dd2cbdd42752c59012bd (diff)
downloadbox64-06851f8b984574cd1532191feca9765ea07904c0.tar.gz
box64-06851f8b984574cd1532191feca9765ea07904c0.zip
Added box64rc configuration file handling
Diffstat (limited to 'system')
-rw-r--r--system/box64.box64rc34
1 files changed, 34 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc
new file mode 100644
index 00000000..cbf7fa5f
--- /dev/null
+++ b/system/box64.box64rc
@@ -0,0 +1,34 @@
+# System-wide .box64rc 
+
+# Note that process name are case insensitive!
+
+#
+# Linux process
+# 
+
+[7z]
+# Those are safe to use on 7z and give a bit of a boost
+BOX64_DYNAREC_SAFEFLAGS=0
+BOX64_DYNAREC_BIGBLOCK=2
+
+[dontstarve]
+# use emulated sdl2
+BOX64_EMULATED_LIBS=libSDL2-2.0.so.0
+
+[dota2]
+BOX64_CRASHHANDLER=1
+BOX64_DYNAREC_STRONGMEM=1
+
+[pressure-vessel-wrap]
+BOX64_NOGTK=1
+
+[steam]
+BOX64_CRASHHANDLER=1
+BOX64_EMULATED_LIBS=libudev.so.0
+
+[streaming_client]
+BOX64_EMULATED_LIBS=libSDL2-2.0.so.0:libSDL2_ttf-2.0.so.0
+
+#
+# Wine process
+#