1786 Commits (d2cfe25b07906f36c688ccacde30e3dc50123e8f)

Author SHA1 Message Date
Morph d2cfe25b07 x64: cpu_detect: Add detection of waitpkg instructions 3 years ago
Liam 7017f04ee8 container_hash: use climits 3 years ago
Morph 9971cd1d55 common: Port boost's hash_value implementation 3 years ago
Morph abe2ad7aac zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize 3 years ago
Liam fb49ec19c1 kernel: use KTypedAddress for addresses 3 years ago
Morph 197d756560 bounded_threadsafe_queue: Refactor Pop 3 years ago
Morph 8c56481249 bounded_threadsafe_queue: Add producer cv to avoid busy waiting 3 years ago
Morph 407dc917f1 bounded_threadsafe_queue: Deduplicate and add PushModes 3 years ago
Morph 15d573194c bounded_threadsafe_queue: Add TryPush 3 years ago
Morph f28ca5361f logging: Make use of bounded queue 3 years ago
Morph 306840a580 bounded_threadsafe_queue: Use simplified impl of bounded queue 3 years ago
bunnei 00d401d639 common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W. 3 years ago
bunnei 0eb3fa05e5 common: bounded_threadsafe_queue: Use polyfill_thread. 3 years ago
Liam 600f325d87 general: fix spelling mistakes 3 years ago
Morph d718eab351 native_clock: Wait for 10 seconds instead of 30 3 years ago
Morph c27a626b5b native_clock: Use RealTimeClock instead of SteadyClock 3 years ago
Morph 6f9918552c steady_clock: Introduce a real time clock 3 years ago
Morph dcd13a7566 native_clock: Re-adjust the RDTSC frequency 3 years ago
Narr the Reg 757aafa582
input_common: Minor typo issues (#9922) 3 years ago
german77 9a9e5844d3 input_common: Increase mouse sensitivity range 3 years ago
Liam 64dcb40db1 common: make BitCast constexpr 3 years ago
Liam d45ac00d48 kernel: avoid signed overflow UB on MSVC 3 years ago
Ikko Eltociear Ashimine c161e3f433
fix typo in settings.h 3 years ago
Morph 376a414f5b native_clock: Round RDTSC frequency to the nearest 1000 3 years ago
Morph 026eaddbee timer_resolution: Set current process to High QoS 3 years ago
Morph bff1453282 core_timing: Use higher precision sleeps on Windows 3 years ago
Morph 7fffdf83b7 wall_clock: Make use of SteadyClock 3 years ago
Morph 1ed49f92dd common: Implement a method to change the Windows timer resolution 3 years ago
Morph bd09c82521 common: Implement a high resolution steady clock 3 years ago
Liam 809148e1a5 nvnflinger: fix name 3 years ago
Alexandre Bouvier 57fd8b1f45 cmake: use correct boost imported targets 3 years ago
Narr the Reg ff11fdb07e
Revert "yuzu: config: Remove player 8 and 9 from config file" 3 years ago
Narr the Reg 60688bf0d5 yuzu: config: Remove player 8 and 9 from config file 3 years ago
ameerj b5bcd8c71b configuration: Add async ASTC decode setting 3 years ago
ameerj 090bc588e5 texture_cache: Add async texture decoding 3 years ago
Narr the Reg db2785082b settings: Add more input settings to the log 3 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 392a029ef4 don't use static inside constexpr function 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
m-HD 9df92bad2a
Update settings.cpp 3 years ago
Narr the Reg acba9a6b76 input_common: Reintroduce custom pro controller support 3 years ago
ameerj 2d2522693e Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" 3 years ago
liamwhite b01698775b
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" 3 years ago
german77 75e81885b0 input_common: Implement turbo buttons 3 years ago
Levi Behunin d5fc56db4b Move to Clang Format 15 3 years ago
Liam 619c0e70f0 polyfill_thread: satisfy execution ordering requirements of stop_callback 3 years ago
Morph 9b0563fa87 polyfill_thread: Implement StoppableTimedWait 3 years ago
Alexandre Bouvier 34b1ea9c19 cmake: prefer system llvm library 3 years ago
german77 527dad7097 input_common: Use DriverResult on all engines 3 years ago
Narr the Reg 2d802893e7 input_common: Disable SDL driver with switch controllers 3 years ago