summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/resource_limit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* kernel: Migrate logging macros to fmt-compatible onesLioncash2018-04-261-3/+3
* resource_limit: Make ResourceTypes an enum classLioncash2018-04-211-23/+23
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
* Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner2017-05-301-0/+1
* Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority.Subv2017-01-111-0/+2
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-6/+3
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-57/+57
* Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner2015-08-161-1/+0
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv2015-05-151-0/+157