mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #4787 from booto/dcbz_arm64
Add LowDCBZHack and DCBZOFF to JitArm64
This commit is contained in:
commit
4f6dd2631d
1 changed files with 3 additions and 0 deletions
|
@ -655,7 +655,10 @@ void JitArm64::dcbz(UGeckoInstruction inst)
|
|||
{
|
||||
INSTRUCTION_START
|
||||
JITDISABLE(bJITLoadStoreOff);
|
||||
if (SConfig::GetInstance().bDCBZOFF)
|
||||
return;
|
||||
FALLBACK_IF(jo.memcheck);
|
||||
FALLBACK_IF(SConfig::GetInstance().bLowDCBZHack);
|
||||
|
||||
int a = inst.RA, b = inst.RB;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue