yuzu/src
lat9nq 2007d0e4a0 CMakeLists: Enable checks on Clang
Enables shadow-uncaptured-locals and implicit-fallthrough for Clang.
implicit-fallthrough is not enabled by default in -Wall or -Wextra, and
shadow-uncaptured-local doesn't seem to be enabled by default by
-Wshadow, even though GCC has both of these by their respective cases.
2023-05-02 01:57:22 -04:00
..
audio_core Use GetGlobalTimeNs as opposed to clock ticks 2023-04-08 21:54:19 +01:00
common common: add intrusive list type 2023-04-29 17:46:26 -04:00
core kernel: remove general boost lists 2023-04-29 22:11:32 -04:00
dedicated_room Run clang-format to fix all. 2023-04-19 17:52:09 +00:00
input_common input_common: minor fix to mouse movement 2023-04-14 21:27:35 +03:00
network general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
shader_recompiler shader_recompiler: Use vector arithmetic rather than component-wise in ImageGatherSubpixelOffset 2023-04-08 16:13:08 +02:00
tests BufferCache: Fixes and address feedback 2023-05-01 11:43:26 +02:00
video_core Merge pull request #10084 from FernandoS27/yuzu-goes-broom-broom 2023-05-01 11:08:02 -04:00
web_service general: fixes for gcc 13 2023-04-02 19:02:04 -04:00
yuzu kernel: switch extended memory setting to 8GB arrangement 2023-04-08 17:47:26 -04:00
yuzu_cmd kernel: switch extended memory setting to 8GB arrangement 2023-04-08 17:47:26 -04:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt CMakeLists: Enable checks on Clang 2023-05-02 01:57:22 -04:00