You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/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.
10 years ago
..
kernel Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 10 years ago
service Memmap: Re-organize memory function in two files 10 years ago
config_mem.cpp Memory: Read ConfigMem directly from Memory::Read 10 years ago
config_mem.h Memory: Read ConfigMem directly from Memory::Read 10 years ago
coprocessor.cpp License change 10 years ago
function_wrappers.h Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 10 years ago
hle.cpp HLE: Clean up SVC dispatch mechanism 10 years ago
hle.h Move typedefs from kernel.h to more appropriate places 10 years ago
result.h Common: Remove common.h 10 years ago
shared_page.cpp Memory: Read SharedPage directly from Memory::Read 10 years ago
shared_page.h Memory: Read SharedPage directly from Memory::Read 10 years ago
svc.cpp Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 10 years ago
svc.h HLE: Clean up SVC dispatch mechanism 10 years ago