yuzu/src/core/hle/kernel/board/nintendo/nx
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
..
k_memory_region_device_types.inc hle: kernel: Add architecture and board specific memory regions. 2021-03-21 14:45:02 -07:00
k_system_control.cpp common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
k_system_control.h hle: kernel: board: k_system_control: Extend to include memory region sizes. 2021-03-21 14:45:03 -07:00
secure_monitor.h hle: kernel: board: Add secure_monitor module. 2021-03-21 14:45:03 -07:00