aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/resource_limit.h
AgeCommit message (Expand)Author
2019-12-07kernel: Remove unnecessary includesLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-04-11kernel: Make handle type declarations constexprLioncash
2019-04-01kernel/resource_limit: Remove the name member from resource limitsLioncash
2018-11-26svc: Implement svcGetResourceLimitLimitValue()Lioncash
2018-11-19kernel/resource_limit: Clean up interfaceLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-04-20resource_limit: Make ResourceTypes an enum classLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-14Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv