suyu/src
Jan Beich 50e52ade85 video_core: unbreak -Werror in NVDEC with Clang
src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.cpp:41:15: error: unused variable 'OutOfMemory' [-Werror,-Wunused-const-variable]
constexpr u32 OutOfMemory{static_cast<u32>(-12)};
              ^
2020-10-30 16:43:10 +00:00
..
audio_core core: Fix clang build pt.2 2020-10-20 22:16:03 -04:00
common Merge pull request #4868 from lioncash/discard-error 2020-10-30 00:35:40 -07:00
core video_core: unbreak -Werror in NVDEC with Clang 2020-10-30 16:43:10 +00:00
input_common Add hotplug, rumble and fix 3rd party adapters for the GC adapter 2020-10-28 21:12:34 -05:00
tests tests: Fix data race in fibers test 2020-10-28 01:41:24 -03:00
video_core vp9: Be explicit with copy and move operators 2020-10-29 22:57:35 -04:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. 2020-10-26 23:13:05 -07:00
yuzu_cmd yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. 2020-10-26 23:13:05 -07:00
yuzu_tester Merge pull request #4594 from german77/MotionHID 2020-09-17 12:39:01 -07:00
.clang-format
CMakeLists.txt General: Catch more expressions with no effect on MSVC 2020-10-30 00:13:26 -04:00