yuzu/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 Run clang-format to fix all. 2023-04-19 17:52:09 +00:00
input_common Merge pull request #10495 from bm01/master 2023-06-27 11:21:28 -04:00
network general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
shader_recompiler shaders: Track local memory usage 2023-06-25 18:59:33 -04:00
tests Buffer cache: always use async buffer downloads and fix regression. 2023-05-07 23:46:12 +02:00
video_core Merge pull request #10867 from Kelebek1/dma_safe 2023-06-27 11:21:47 -04:00
web_service general: fixes for gcc 13 2023-04-02 19:02:04 -04:00
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 chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules 2023-06-06 20:20:09 -04:00