yuzu/src
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
..
audio_core audren: Disable reverb for the time being 2021-02-01 14:41:58 +11:00
common Merge pull request #5885 from MerryMage/ring_buffer-granularity 2021-02-06 13:18:41 -08:00
core lm: Fix ReadLeb128 2021-02-07 23:52:56 +11:00
input_common analog_from_button: Fix update_thread.join exception 2021-01-29 18:41:22 -05:00
tests ring_buffer: Remove granularity template argument 2021-02-06 19:16:00 +00:00
video_core video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailable 2021-02-01 23:39:54 -05:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #5326 from german77/hidUpdate1 2021-02-06 02:40:11 -08:00
yuzu_cmd Merge pull request #5778 from ReinUsesLisp/shader-dir 2021-01-27 11:34:21 -08:00
.clang-format
CMakeLists.txt cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 2021-01-24 17:31:29 -03:00