mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 12:47:46 +00:00
Disable lwl/lwr on ARM64 JIT again. Seems b9b2656e9313 broke things, see #10020
This commit is contained in:
parent
d618b3673b
commit
8fe171253d
@ -129,6 +129,8 @@ namespace MIPSComp {
|
||||
}
|
||||
}
|
||||
|
||||
DISABLE;
|
||||
|
||||
u32 iaddr = gpr.IsImm(rs) ? offset + gpr.GetImm(rs) : 0xFFFFFFFF;
|
||||
std::vector<FixupBranch> skips;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user