suyu/src
ReinUsesLisp f3805376f7 common/cityhash: Use common types
Allow sharing return types with the rest of the code base. For example,
we use 'u128 = std::array<u64, 2>', meanwhile Google's code uses
'uint128 = std::pair<u64, u64>'.

While we are at it, use size_t instead of std::size_t.
2021-02-18 00:45:17 -03:00
..
audio_core revert to std::sin and std::cos 2021-02-12 18:48:10 -08:00
common common/cityhash: Use common types 2021-02-18 00:45:17 -03:00
core core: core_timing_util: Optimize core timing math. 2021-02-15 14:54:06 -08:00
input_common Merge pull request #5929 from german77/mousePanning 2021-02-16 22:52:35 +08:00
tests common/cityhash: Use common types 2021-02-18 00:45:17 -03:00
video_core vk_rasterizer: Fix loading shader addresses twice 2021-02-15 21:34:13 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #4298 from FearlessTobi/remove-cache-setting 2021-02-15 20:31:16 -08:00
yuzu_cmd Merge pull request #4298 from FearlessTobi/remove-cache-setting 2021-02-15 20:31:16 -08:00
.clang-format
CMakeLists.txt cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 2021-01-24 17:31:29 -03:00