suyu/src
Morph 3d868baaa4 x64: cpu_wait: Make use of MWAITX in MicroSleep
MWAITX is equivalent to UMWAIT on Intel's Alder Lake CPUs.
We can emulate TPAUSE by using MONITORX in conjunction with MWAITX to wait for 100K cycles.
2023-06-28 01:38:55 -04:00
..
android Merge pull request #10888 from 8bitDream/native 2023-06-26 14:31:00 -04:00
audio_core Remove memory allocations in some hot paths 2023-06-22 08:05:10 +01:00
common x64: cpu_wait: Make use of MWAITX in MicroSleep 2023-06-28 01:38:55 -04:00
core arm_dynarmic_32: Remove disabling of block linking on arm64 2023-06-27 23:51:49 +01:00
dedicated_room
input_common Merge pull request #10495 from bm01/master 2023-06-27 11:21:28 -04:00
network
shader_recompiler shaders: Track local memory usage 2023-06-25 18:59:33 -04:00
tests
video_core Merge pull request #10867 from Kelebek1/dma_safe 2023-06-27 11:21:47 -04:00
web_service
yuzu yuzu: Fix clang format 2023-06-27 15:55:23 -06:00
yuzu_cmd video_core: Removed AF for all mip modes option as it's default now 2023-06-17 11:19:39 +02:00
.clang-format
CMakeLists.txt