yuzu-fork/src
Wunkolo 4569f39c7c common: Replace common_sizes into user-literals
Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc
user-literals within literals.h.

To keep the global namespace clean, users will have to use:

```
using namespace Common::Literals;
```

to access these literals.
2021-06-24 09:27:40 -07:00
..
audio_core Implement audout GetAudioOutPlayedSampleCount 2021-06-22 04:39:17 +01:00
common common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
core common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
input_common input_common/mouse_input: Fix data race 2021-06-22 02:31:39 -03:00
tests common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
video_core common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
web_service externals: httplib: replace custom httplib header with upstream as submodule. 2021-06-19 02:18:58 +05:30
yuzu Merge pull request #6465 from FernandoS27/sex-on-the-beach 2021-06-23 08:03:01 -04:00
yuzu_cmd Merge pull request #6465 from FernandoS27/sex-on-the-beach 2021-06-23 08:03:01 -04:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4715 on MSVC 2021-05-17 03:48:58 -04:00