mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 19:00:37 +00:00
Passing a width of 64 and registers encoded as double to DUP resulted in an invalid instruction. The registers should be encoded as quads in this situation. Fixes https://bugs.dolphin-emu.org/issues/12575.