summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/resource_limit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hle: kernel: object: Implement Finalize() virtual method.bunnei2021-01-291-0/+2
* kernel: resource_limit: Improvements to implementation.bunnei2020-04-171-4/+8
* kernel: Remove unnecessary includesLioncash2019-12-081-0/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-4/+4
* kernel: Make handle type declarations constexprLioncash2019-04-111-1/+1
* kernel/resource_limit: Remove the name member from resource limitsLioncash2019-04-011-8/+3
* svc: Implement svcGetResourceLimitLimitValue()Lioncash2018-11-271-1/+5
* kernel/resource_limit: Clean up interfaceLioncash2018-11-201-57/+41
* kernel: Eliminate kernel global stateLioncash2018-08-291-15/+4
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* resource_limit: Make ResourceTypes an enum classLioncash2018-04-211-13/+13
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+2
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-18/+26
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-4/+4
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv2015-05-151-0/+119