mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
jit64: remove dead code
This commit is contained in:
parent
c29fb22cd4
commit
2f7ca688ae
1 changed files with 0 additions and 5 deletions
|
@ -70,11 +70,6 @@ void Jit64::fp_arith_s(UGeckoInstruction inst)
|
||||||
Default(inst); return;
|
Default(inst); return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (inst.SUBOP5 != 18 && inst.SUBOP5 != 20 && inst.SUBOP5 != 21 &&
|
|
||||||
inst.SUBOP5 != 25) {
|
|
||||||
Default(inst); return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Only the interpreter has "proper" support for (some) FP flags
|
// Only the interpreter has "proper" support for (some) FP flags
|
||||||
if (inst.SUBOP5 == 25 && Core::g_CoreStartupParameter.bEnableFPRF) {
|
if (inst.SUBOP5 == 25 && Core::g_CoreStartupParameter.bEnableFPRF) {
|
||||||
Default(inst); return;
|
Default(inst); return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue