5.0-13357 4 years ago DSP: Convert Mailbox enum into an enum class (PR #9384 from lioncash)
5.0-13353 4 years ago DSPAnalyzer: Migrate off file-scope state (PR #9377 from lioncash)
5.0-13345 4 years ago DSP: Eliminate some magic values related to the CR register (PR #9383 from lioncash)
5.0-13343 4 years ago Fix latency field being initially enabled on audio backends not supporting it (PR #9379 from Pokechu22)
5.0-13341 4 years ago DSPCore: Move PRECISE_BACKLOG define to the interpreter code (PR #9382 from lioncash)
5.0-13339 4 years ago Fix Core.vcxproj.filters (PR #9381 from JosJuice)
5.0-13337 4 years ago DSP: Eliminate most global state (PR #9348 from lioncash)
5.0-13334 4 years ago CMake: Update cmake_minimum_required calls using versions less than 2.8.12. (PR #9372 from jordan-woyak)
5.0-13332 4 years ago BitUtils: Fix uint64_t gcc compile (Linux) (PR #9375 from iWeaker4you)
5.0-13330 4 years ago Jit_Integer: Use RORX where possible (PR #9363 from MerryMage)
5.0-13327 4 years ago Jit_Integer: rlwinmx: Use BEXTR where possible (PR #9371 from MerryMage)
5.0-13325 4 years ago Jit_Integer: rlwinmx: Generalize byte/word extract plus shift case (PR #9370 from MerryMage)
5.0-13323 4 years ago Jit64: More constant propagation optimizations (PR #9262 from Sintendo)
5.0-13313 4 years ago BitUtils: Add CountLeadingZeros (PR #9374 from MerryMage)
5.0-13309 4 years ago Call UpdatePerformanceMonitor when needed (PR #9355 from JosJuice)
5.0-13304 4 years ago Android: Only have one settings entrypoint in game properties (PR #9368 from JosJuice)
5.0-13302 4 years ago Jit_Integer: Add trivial AndWithMask cases (PR #9364 from MerryMage)
5.0-13300 4 years ago VideoCommon: Fix crash that occurs on loading a fifo log when Free Look is enabled (PR #9362 from iwubcode)
5.0-13298 4 years ago Fix GDBStub build and build it by default (PR #9359 from leoetlino)
5.0-13295 4 years ago JitArm64: Fix signed bitwise left shift UB (PR #9346 from Sintendo)