summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/resource_limit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Rewrite resource limit to be more accurateGravatar Chloe Marcec2021-01-301-106/+0
* core: hle: kernel: object: Implement Finalize() virtual method.Gravatar bunnei2021-01-281-0/+2
* kernel: resource_limit: Improvements to implementation.Gravatar bunnei2020-04-171-4/+8
* kernel: Remove unnecessary includesGravatar Lioncash2019-12-071-0/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-4/+4
* kernel: Make handle type declarations constexprGravatar Lioncash2019-04-111-1/+1
* kernel/resource_limit: Remove the name member from resource limitsGravatar Lioncash2019-04-011-8/+3
* svc: Implement svcGetResourceLimitLimitValue()Gravatar Lioncash2018-11-261-1/+5
* kernel/resource_limit: Clean up interfaceGravatar Lioncash2018-11-191-57/+41
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-281-15/+4
* kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+1
* resource_limit: Make ResourceTypes an enum classGravatar Lioncash2018-04-201-13/+13
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+2
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-18/+26
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-4/+4
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-141-0/+119