Merge pull request #1140 from fewtarius/dev
Update logging, remove profile bits.
This commit is contained in:
commit
c0902f1f56
4 changed files with 2 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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'
|
Loading…
Reference in a new issue