mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-02 04:13:38 +00:00
ori can be used as a NOP if the two register operands are the same, and the immediate is zero, not only if the two register operands are r0. Also removes the check for !inst.Rc, as ori only has one encoding, and said encoding doesn't even have a record bit in it.