summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2021-07-31 13:06:57 -0700
committerPokechu22 <Pokechu022@gmail.com>2021-07-31 13:18:07 -0700
commitf3f466ae821806d8f23fdcac05d613e6404e090b (patch)
tree016345e96c8e12bbf2b811f1f0d9c37324a7b4bb /Source/Core/VideoCommon/VideoBackendBase.cpp
parentd4cd28929701830af3613df6bbaac8c99bc943df (diff)
DSPDisassembler: Fix LSR/ASR formatting
Originally, 1479 (for example) would disassemble as `lsr $ACC0, #-7`. At some point (likely the conversion to fmt), this regressed to `lsr $ACC0, #4294967289`. Now, it disassembles as `lsr $ACC0, #7`.
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
0 files changed, 0 insertions, 0 deletions