mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-27 00:30:32 +00:00
[RCFILE] Addjusted some profile with new strongmem capabilities
This commit is contained in:
parent
fa432bb9d1
commit
0d650b183f
@ -338,7 +338,7 @@ BOX64_DYNAREC_BIGBLOCK=3
|
||||
BOX64_DYNAREC_CALLRET=1
|
||||
BOX64_DYNAREC_SAFEFLAGS=0
|
||||
BOX64_RDTSC_1GHZ=1
|
||||
BOX64_DYNAREC_STRONGMEM=2
|
||||
BOX64_DYNAREC_STRONGMEM=1
|
||||
|
||||
[DXMD.exe]
|
||||
#Deus Ex: Mankind Divide
|
||||
@ -363,12 +363,12 @@ BOX64_DYNAREC_SAFEFLAGS=2
|
||||
BOX64_DYNAREC_BIGBLOCK=0
|
||||
|
||||
[Link2EA.exe]
|
||||
BOX64_DYNAREC_STRONGMEM=2
|
||||
BOX64_DYNAREC_STRONGMEM=1
|
||||
BOX64_DYNAREC_SAFEFLAGS=2
|
||||
BOX64_DYNAREC_BIGBLOCK=0
|
||||
|
||||
[EADesktop.exe]
|
||||
BOX64_DYNAREC_STRONGMEM=2
|
||||
BOX64_DYNAREC_STRONGMEM=1
|
||||
BOX64_DYNAREC_SAFEFLAGS=2
|
||||
BOX64_DYNAREC_BIGBLOCK=0
|
||||
#Last of the EA/Origin Launcher process
|
||||
@ -394,15 +394,15 @@ BOX64_MAXCPU=4 #4 is more than enough for this game.
|
||||
|
||||
[ForzaHorizon4.exe]
|
||||
BOX64_DYNAREC_STRONGMEM=1 #prevent random crashes it seems
|
||||
BOX64_DYNAREC_BIGBLOCK=0
|
||||
BOX64_DYNAREC_BIGBLOCK=3
|
||||
#BOX64_DYNAREC_CALLRET=1 #will not be able to sign-in if enabled
|
||||
BOX64_DYNAREC_FASTROUND=0 #needed or interior view are borken, among other things
|
||||
|
||||
[ForzaWebHelper.exe]
|
||||
BOX64_DYNAREC_STRONGMEM=3
|
||||
BOX64_DYNAREC_STRONGMEM=1
|
||||
BOX64_DYNAREC_BIGBLOCK=0
|
||||
BOX64_DYNAREC_SAFEFLAGS=2
|
||||
BOX64_DYNAREC_CALLRET=0
|
||||
BOX64_AVX=0 #TODO: Debug this
|
||||
|
||||
[GenshinImpact.exe]
|
||||
BOX64_DYNAREC_STRONGMEM=1
|
||||
|
Loading…
Reference in New Issue
Block a user