diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-09 19:45:48 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-09 19:45:48 +0200 |
| commit | 1b48cd157aebdef76a45b8e85c53a544cf7c9b48 (patch) | |
| tree | cbb5cbd22bbe152aaf029cd5dbb550cd4be5eaed /system | |
| parent | 362402ffbf09d4eefde80b6d15b7d73c9b6a377a (diff) | |
| download | box64-1b48cd157aebdef76a45b8e85c53a544cf7c9b48.tar.gz box64-1b48cd157aebdef76a45b8e85c53a544cf7c9b48.zip | |
[RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index b0b5627b..f70c2cd8 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -413,7 +413,7 @@ BOX64_DYNAREC_STRONGMEM=1 BOX64_DYNAREC_BIGBLOCK=3 BOX64_DYNAREC_CALLRET=1 BOX64_DYNAREC_SAFEFLAGS=0 -BOX64_ARGS=-cef-disable-breakpad -cef-disable-d3d11 -cef-disable-delaypageload -cef-force-occlusion -cef-disable-sandbox -cef-disable--seccomp-sandbox -no-cef-sandbox -disable-winh264 -cef-disable-gpu -vgui -oldtraymenu -cef-single-process +BOX64_ARGS=-cef-disable-breakpad -cef-disable-d3d11 -cef-disable-delaypageload -cef-force-occlusion -cef-disable-sandbox -cef-disable-seccomp-sandbox -no-cef-sandbox -disable-winh264 -cef-disable-gpu -vgui -oldtraymenu -cef-single-process [steamwebhelper.exe] BOX64_DYNAREC_STRONGMEM=1 |