diff options
| author | 2021-02-18 00:23:53 -0300 | |
|---|---|---|
| committer | 2021-02-18 00:45:17 -0300 | |
| commit | f3805376f726e10ff2fe26e99b8702f20eee3eea (patch) | |
| tree | a8079d5a1026e3a408e6a72c4c32ac9f7ff852f6 /src/input_common/sdl/sdl_impl.cpp | |
| parent | tests: Add tests for CityHash (diff) | |
| download | yuzu-f3805376f726e10ff2fe26e99b8702f20eee3eea.tar.gz yuzu-f3805376f726e10ff2fe26e99b8702f20eee3eea.tar.xz yuzu-f3805376f726e10ff2fe26e99b8702f20eee3eea.zip | |
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.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions