summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/resource_limit.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-27svc: Implement svcGetResourceLimitLimitValue()Lioncash1-1/+5
2018-11-20kernel/resource_limit: Clean up interfaceLioncash1-57/+41
2018-08-29kernel: Eliminate kernel global stateLioncash1-15/+4
2018-08-02kernel: Move object class to its own source filesLioncash1-1/+1
2018-04-21resource_limit: Make ResourceTypes an enum classLioncash1-13/+13
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-18/+26
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-4/+4
2015-05-15Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv1-0/+119