summaryrefslogtreecommitdiff
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
authorGravatar Chloe Marcec2021-02-07 23:52:56 +1100
committerGravatar Chloe Marcec2021-02-07 23:52:56 +1100
commit9d5a56a40b6f25548ebc364c590ab891c9bbe8ba (patch)
tree2b65ab7c6470520175317f99a0b93adbcc2cfe97 /src/common/string_util.cpp
parentMerge pull request #5885 from MerryMage/ring_buffer-granularity (diff)
downloadyuzu-9d5a56a40b6f25548ebc364c590ab891c9bbe8ba.tar.gz
yuzu-9d5a56a40b6f25548ebc364c590ab891c9bbe8ba.tar.xz
yuzu-9d5a56a40b6f25548ebc364c590ab891c9bbe8ba.zip
lm: Fix ReadLeb128
Fixes assertion on Bloodstained Ritual of the Night. We would over read sometimes, this is fixed by checking if the top bit is set in the first iteration. We also lock the loop off to be only the max size of the type we can fit. Finally we changed an incorrect print of "DEBUG" to "TRACE" to reflect the proper log severity
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions