summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-12-03 23:51:08 -0500
committerLioncash <mathew1800@gmail.com>2017-12-04 00:02:35 -0500
commitde82330a74fb0a593302a3099d0e9bc7a14012a1 (patch)
treecd2f11a9662edaf3f6375528a66baaf4e0f38b2e /Source/Core/InputCommon/ControllerInterface/Android
parent8bcc392d5d2285b2bf1c26942ecedcb0672e8bc4 (diff)
GekkoDisassembler: Correct disassembly of fabs, fnabs, and fneg
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.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android')
0 files changed, 0 insertions, 0 deletions