summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-06-16 19:25:25 -0400
committerLioncash <mathew1800@gmail.com>2019-06-16 19:33:28 -0400
commitd8c3f09c9fcf2f152a4cf6977ab3385092877187 (patch)
treeae70334a7f1be2062de025a6fd8d7560f58a5825 /Source/Core/VideoCommon/OpcodeDecoding.cpp
parent0cde8ab9e8563b4e5d2343da37a4abf4a3b3c41e (diff)
Common/GekkoDisassembler: Amend disassembly of operations expecting a character literal
Due to the lack of cast here, this will actually print out the ascii value, rather than the character itself, due to promoting to integral values. Instead, we can eliminate the use of character operands and just print the value itself directly, given it's equivalent behavior with less code.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
0 files changed, 0 insertions, 0 deletions