5.0-13374 3 years, 10 months ago IOS: Allow for heterogenous name lookup (PR #9391 from lioncash)
5.0-13371 3 years, 10 months ago SysConf: Make use of std::string_view (PR #9393 from lioncash)
5.0-13367 3 years, 10 months ago Core: Use C++17 deduction guides with locked recursive mutexes (PR #9394 from lioncash)
5.0-13365 3 years, 10 months ago Config: Fix cache not being invalidated when callbacks are suppressed (PR #9386 from leoetlino)
5.0-13363 3 years, 10 months ago Core: Make use of C++17 deduction guides with locks (PR #9389 from lioncash)
5.0-13361 3 years, 10 months ago DSPCore: Make several SDSP members private (PR #9387 from lioncash)
5.0-13357 3 years, 10 months ago DSP: Convert Mailbox enum into an enum class (PR #9384 from lioncash)
5.0-13353 3 years, 10 months ago DSPAnalyzer: Migrate off file-scope state (PR #9377 from lioncash)
5.0-13345 3 years, 10 months ago DSP: Eliminate some magic values related to the CR register (PR #9383 from lioncash)
5.0-13343 3 years, 10 months ago Fix latency field being initially enabled on audio backends not supporting it (PR #9379 from Pokechu22)
5.0-13341 3 years, 10 months ago DSPCore: Move PRECISE_BACKLOG define to the interpreter code (PR #9382 from lioncash)
5.0-13339 3 years, 10 months ago Fix Core.vcxproj.filters (PR #9381 from JosJuice)
5.0-13337 3 years, 10 months ago DSP: Eliminate most global state (PR #9348 from lioncash)
5.0-13334 3 years, 10 months ago CMake: Update cmake_minimum_required calls using versions less than 2.8.12. (PR #9372 from jordan-woyak)
5.0-13332 3 years, 10 months ago BitUtils: Fix uint64_t gcc compile (Linux) (PR #9375 from iWeaker4you)
5.0-13330 3 years, 10 months ago Jit_Integer: Use RORX where possible (PR #9363 from MerryMage)
5.0-13327 3 years, 10 months ago Jit_Integer: rlwinmx: Use BEXTR where possible (PR #9371 from MerryMage)
5.0-13325 3 years, 10 months ago Jit_Integer: rlwinmx: Generalize byte/word extract plus shift case (PR #9370 from MerryMage)
5.0-13323 3 years, 10 months ago Jit64: More constant propagation optimizations (PR #9262 from Sintendo)
5.0-13313 3 years, 10 months ago BitUtils: Add CountLeadingZeros (PR #9374 from MerryMage)