1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash f808258ed9 kernel/scheduler: Mark SchedulerLock constructor as nodiscard
Allows the compiler to warn about cases where the constructor is used
but then immediately discarded, which is a potential cause of
locking/unlocking bugs.
2020-08-14 04:43:44 -04:00
..
audio_core General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
common Merge pull request #4511 from lioncash/build2 2020-08-13 15:13:21 -04:00
core kernel/scheduler: Mark SchedulerLock constructor as nodiscard 2020-08-14 04:43:44 -04:00
input_common General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
tests tests/core_timing: Remove pragma optimize(off) 2020-08-03 11:12:55 -04:00
video_core Merge pull request #4514 from Morph1984/worker-alloc 2020-08-13 17:06:57 -04:00
web_service
yuzu General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
yuzu_cmd Rebase for per game settings 2020-07-17 14:26:14 +10:00
yuzu_tester configuration: Add settings to enable/disable specific CPU optimizations 2020-07-11 14:34:09 +01:00
.clang-format
CMakeLists.txt CMakeLists: Resolve #4478 2020-08-03 11:21:24 -04:00