yuzu/src/core/hle
Subv 1bd0cf542f Kernel/SharedMemory: Properly implemented shared memory support.
Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object.
Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock.

Removed the APT Shared Font hack as it is no longer needed.
2016-05-12 20:00:32 -05:00
..
applets Kernel/SharedMemory: Properly implemented shared memory support. 2016-05-12 20:00:32 -05:00
kernel Kernel/SharedMemory: Properly implemented shared memory support. 2016-05-12 20:00:32 -05:00
service Kernel/SharedMemory: Properly implemented shared memory support. 2016-05-12 20:00:32 -05:00
config_mem.cpp
config_mem.h
function_wrappers.h
hle.cpp
hle.h
result.h
shared_page.cpp
shared_page.h
svc.cpp Kernel/SharedMemory: Properly implemented shared memory support. 2016-05-12 20:00:32 -05:00
svc.h