suyu/src/core/hle/service/lm
Chloe Marcec 9d5a56a40b 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
2021-02-07 23:52:56 +11:00
..
lm.cpp lm: Fix ReadLeb128 2021-02-07 23:52:56 +11:00
lm.h core: Add LM::Manager to system 2019-09-22 12:34:55 -04:00