about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-23 16:41:44 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-23 16:41:44 +0100
commitffda782c3d88d977acc12a3c2c2738719f9304ed (patch)
treea0e1893fb28090c4f0f2a26c7a67bb40ae71f6b5 /system
parent3a6df996dc85257a5496ecb28a72579df225a176 (diff)
downloadbox64-ffda782c3d88d977acc12a3c2c2738719f9304ed.tar.gz
box64-ffda782c3d88d977acc12a3c2c2738719f9304ed.zip
Better handling of Hardware counter for rdtsc emulation (ARM64 only for now), more cpuid leafs, and introduce BOX64_RDTSC env.var. with a profile that use it
Diffstat (limited to 'system')
-rw-r--r--system/box64.box64rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc
index 550556a0..2a9aff22 100644
--- a/system/box64.box64rc
+++ b/system/box64.box64rc
@@ -255,6 +255,10 @@ BOX64_DYNAREC_CALLRET=0
 BOX64_DYNAREC_STRONGMEM=1
 BOX64_DYNAREC_SAFEFLAGS=2
 
+[HorizonZeroDawn.exe]
+BOX64_DYNAREC_STRONGMEM=1
+BOX64_RDTSC=2
+
 [MassEffect.exe]
 BOX64_DYNAREC_BIGBLOCK=0
 BOX64_DYNAREC_SAFEFLAGS=2