mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-22 19:23:11 -05:00
These three instructions use the B field (bits 16-20 of the opcode) to determine what the operand register is. However, the code was using the path that uses the C field (bits 21-25). This amends the code to use the B field (and also fixes the 64-bit PPC opcodes, because why not?). Fixes issue 10683.
46 KiB
46 KiB