diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-01 17:50:29 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-01 17:50:29 +0100 |
| commit | 9f3ea84b574321fd59fa6c2670f5e6a0f88fc774 (patch) | |
| tree | bc052d9c9c60d0ff3f507f8a11c1bf0919d4e3fa /system | |
| parent | 3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab (diff) | |
| download | box64-9f3ea84b574321fd59fa6c2670f5e6a0f88fc774.tar.gz box64-9f3ea84b574321fd59fa6c2670f5e6a0f88fc774.zip | |
[DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleedingEdge (and disable that for 3dSen)
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 327c08d0..31804936 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -5,6 +5,9 @@ # # Linux process # +[3dSen.x86_64] +BOX64_DYNAREC_BLEEDING_EDGE=0 # avoid the use of STRONGMEM for much better performances +BOX64_DYNAREC_HOTPAGE=0 # disabling hotpage seems to give better performances here [7z] # Those are safe to use on 7z and give a bit of a boost |