mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-03 09:50:35 -05:00
[ARM] Renables load instructions with update.
This commit is contained in:
@@ -403,12 +403,6 @@ void JitArm::lXX(UGeckoInstruction inst)
|
||||
break;
|
||||
}
|
||||
|
||||
if (update)
|
||||
{
|
||||
Default(inst);
|
||||
return;
|
||||
}
|
||||
|
||||
// Check for exception before loading
|
||||
ARMReg rA = gpr.GetReg(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user