yuzu/src/core
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
..
arm Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
file_sys Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
hle Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
hw Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
loader Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
CMakeLists.txt Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
core.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
core.h fixup! Set the TLS address in the scheduler 2015-05-10 18:43:59 -05:00
core_timing.cpp CoreTiming: Initialize static variables at bootup. 2015-05-01 18:27:05 -04:00
core_timing.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
mem_map.cpp Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03:00
mem_map.h Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
memory.cpp Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03:00
memory.h Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03:00
memory_setup.h Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03:00
settings.cpp License change 2014-12-20 21:20:24 -08:00
settings.h Allow the user to set the background clear color during emulation 2015-04-03 15:35:51 -07:00
system.cpp Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00
system.h Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00