1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle
Subv d3634d4bf4 Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
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.
2015-05-14 22:50:13 -05:00
..
kernel Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
service Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
config_mem.cpp Memory: Read ConfigMem directly from Memory::Read 2015-05-15 00:04:39 -03:00
config_mem.h Memory: Read ConfigMem directly from Memory::Read 2015-05-15 00:04:39 -03:00
coprocessor.cpp License change 2014-12-20 21:20:24 -08:00
function_wrappers.h Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
hle.cpp HLE: Clean up SVC dispatch mechanism 2015-05-06 00:24:39 -03:00
hle.h Move typedefs from kernel.h to more appropriate places 2015-05-06 23:45:05 -03:00
result.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
shared_page.cpp Memory: Read SharedPage directly from Memory::Read 2015-05-15 00:04:41 -03:00
shared_page.h Memory: Read SharedPage directly from Memory::Read 2015-05-15 00:04:41 -03:00
svc.cpp Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
svc.h HLE: Clean up SVC dispatch mechanism 2015-05-06 00:24:39 -03:00