Merge pull request #1140 from fewtarius/dev

Update logging, remove profile bits.
This commit is contained in:
fewtarius 2023-03-05 11:19:31 -05:00 committed by GitHub
commit c0902f1f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 15 deletions

View file

@ -6,9 +6,9 @@
# Linux process
#
BOX64_PREFER_EMULATED=1
BOX64_LD_LIBRARY_PATH="/usr/share/box64/lib"
BOX64_BASH="/usr/bin/bash-x64"
BOX64_LOG=0
[3dSen.x86_64]
BOX64_DYNAREC_BLEEDING_EDGE=0 # avoid the use of STRONGMEM for much better performances

View file

@ -1,6 +0,0 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2020-present Fewtarius
export BOX64_PREFER_EMULATED=1
export BOX64_LD_LIBRARY_PATH="/usr/share/box64/lib"
export BOX64_BASH="/usr/bin/bash-x64"

View file

@ -7,9 +7,9 @@
#
BOX86_PREFER_EMULATED=1
BOX86_LD_LIBRARY_PATH="/usr/share/box86/lib"
BOX86_BASH="/usr/bin/bash-x86"
BOX86_LOG=0
[7z]
# Those are safe to use on 7z and give a bit of a boost

View file

@ -1,7 +0,0 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2020-present Fewtarius
export BOX86_PREFER_EMULATED=1
export BOX86_LD_LIBRARY_PATH="/usr/share/box86/lib"
export BOX86_BASH="/usr/bin/bash-x86"
alias box86='LD_LIBRARY_PATH=/usr/lib32:/usr/lib32/gles /usr/bin/box86'