mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01: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.