summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/resource_limit.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-17kernel: resource_limit: Improvements to implementation.bunnei1-4/+8
2019-12-08kernel: Remove unnecessary includesLioncash1-0/+2
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-4/+4
2019-04-11kernel: Make handle type declarations constexprLioncash1-1/+1
2019-04-01kernel/resource_limit: Remove the name member from resource limitsLioncash1-8/+3
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