summaryrefslogtreecommitdiffstats
path: root/src/common/common_sizes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Replace common_sizes into user-literalsWunkolo2021-06-241-44/+0
| | | | | | | | | | | | | 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.
* Reaper: Address Feedback.Fernando Sahmkow2021-06-161-0/+1
|
* common: common_sizes: Move sizes to the Common namespace.bunnei2021-03-241-0/+4
|
* common: common_sizes: Move Invalid to Size_* prefix and add missing values.bunnei2021-03-211-1/+7
|
* hle: kernel: board: k_system_control: Extend to include memory region sizes.bunnei2021-03-211-0/+10
|
* common: Move common sizes to their own header for code reuse.bunnei2021-03-211-0/+23