yuzu/src
ReinUsesLisp 9b38f4fc55 kernel/scheduler: Use std::mutex instead of spin lock
Profiling shows that this is a highly contested mutex, causing dimishing
results compared to a OS lock. std::mutex implementations can spin for a
while before falling back to an OS lock.

This avoids wasting precious CPU cycles in a no-op.
2020-07-12 21:27:24 -03:00
..
audio_core configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
common common/alignment: Fix compilation errors (#4303) 2020-07-12 16:45:49 +02:00
core kernel/scheduler: Use std::mutex instead of spin lock 2020-07-12 21:27:24 -03:00
input_common Merge pull request #4266 from jbeich/freebsd 2020-07-08 16:30:26 -04:00
tests Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
video_core vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXT 2020-07-10 18:15:32 -03:00
web_service
yuzu Merge pull request #4290 from lioncash/latest 2020-07-12 12:25:10 -04:00
yuzu_cmd configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
yuzu_tester configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
.clang-format
CMakeLists.txt Build System: Fix GCC & MINGW Build. 2020-06-27 11:36:28 -04:00