yuzu/src/core
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
..
arm arm_dynarmic_32: Print out CPSR.T on exception 2021-02-01 18:35:33 +00:00
crypto key_manager: Create the keys directory if it does not exist 2021-02-04 06:05:50 -05:00
file_sys vfs_real: When moving files or directories, don't assume file opening will succeed 2021-01-23 16:19:29 -05:00
frontend Merge pull request #5270 from german77/multiTouch 2021-01-20 22:39:01 -08:00
hle lm: Fix ReadLeb128 2021-02-07 23:52:56 +11:00
loader hle: kernel: KThread: Reorganize thread priority defaults. 2021-01-28 21:42:25 -08:00
memory core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
network Merge pull request #5142 from comex/xx-poll-events 2020-12-09 03:52:20 -03:00
tools freezer: Move entry finding to its own function 2020-08-06 03:11:21 -04:00
CMakeLists.txt hle: kernel: Implement KEvent. 2021-02-05 14:00:36 -08:00
constants.cpp constants: Extract backup JPEG used by account services 2019-06-07 17:46:57 -04:00
constants.h constants: Add missing <array> include 2020-07-16 21:43:20 -04:00
core_timing_util.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
core_timing_util.h Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
core_timing.cpp core: hle: Add missing calls to MicroProfileOnThreadExit. 2021-01-11 14:23:16 -08:00
core_timing.h audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00
core.cpp core: hle: kernel: Rename Thread to KThread. 2021-01-28 21:42:25 -08:00
core.h lm: Recode LM service 2021-01-20 18:25:15 +11:00
cpu_manager.cpp core: cpu_manager: Remove unused variable. 2021-01-28 21:42:26 -08:00
cpu_manager.h cpu_manager: Mark function getters as static 2020-07-16 13:30:56 -04:00
device_memory.cpp device_memory: Remove unused system member 2020-07-27 23:37:49 -04:00
device_memory.h device_memory: Remove unused system member 2020-07-27 23:37:49 -04:00
hardware_interrupt_manager.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
hardware_interrupt_manager.h core_timing: Use better reference tracking for EventType. (#3159) 2019-11-26 21:48:56 -05:00
hardware_properties.h kernel: k_light_lock: Simplify EmuThreadHandle implementation. 2021-01-28 21:42:26 -08:00
memory.cpp memory: Remove MemoryHook 2021-01-01 11:34:38 +00:00
memory.h memory: Remove MemoryHook 2021-01-01 11:34:38 +00:00
perf_stats.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
perf_stats.h perf_stats: Mark GetMeanFrametime() as const 2020-08-03 12:33:35 -04:00
reporter.cpp lm: Recode LM service 2021-01-20 18:25:15 +11:00
reporter.h lm: Recode LM service 2021-01-20 18:25:15 +11:00
settings.cpp settings: Log the cache, config, and mod load directories 2021-02-02 04:01:05 -05:00
settings.h Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nan 2021-01-03 03:27:29 -08:00
telemetry_session.cpp patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00
telemetry_session.h patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00