JitArm64: Don't fall back to interpreter on low DCBZ hack

I missed this in 16eb188f1d.
This commit is contained in:
JosJuice 2023-12-30 14:18:49 +01:00
parent 2beaaf608d
commit 684b3dfd4a
1 changed files with 0 additions and 1 deletions

View File

@ -939,7 +939,6 @@ void JitArm64::dcbz(UGeckoInstruction inst)
{
INSTRUCTION_START
JITDISABLE(bJITLoadStoreOff);
FALLBACK_IF(m_low_dcbz_hack);
int a = inst.RA, b = inst.RB;