summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/resource_limit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner2015-08-161-1/+0
| | | | | These helpers aren't really part of the kernel, and mem_map.cpp/h is going to be moved there next.
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv2015-05-151-0/+157
Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues. Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create.