Lime-3DS-Emulator/src/core/hle
Yuri Kunde Schlesner 0a60aa75c2 Kernel: Add VMManager to manage process address spaces
This enables more dynamic management of the process address space,
compared to just directly configuring the page table for major areas.

This will serve as the foundation upon which the rest of the Kernel
memory management functions will be built.
2015-05-27 03:24:12 -03:00
..
kernel Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
service Service/GSP: Implemented ImportDisplayCaptureInfo. 2015-05-25 23:35:14 -05: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
function_wrappers.h Implement svcBreak 2015-05-16 22:06:59 -07: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/SVC: Map the shared memory created in CreateMemoryBlock to the specified address. 2015-05-25 16:17:26 -05:00
svc.h HLE: Clean up SVC dispatch mechanism 2015-05-06 00:24:39 -03:00