yuzu-fork/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 core: Clean out some unnecessary header includes 2016-04-16 00:08:49 -04:00
config_mem.h HLE: Remove empty ConfigMem and SharedPage Shutdown functions 2015-08-16 01:03:47 -03:00
function_wrappers.h Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. 2016-05-12 20:00:29 -05:00
hle.cpp Merge pull request #1762 from bunnei/global 2016-05-05 21:45:57 -04:00
hle.h HLE: Rename RescheduleIsPending to IsReschedulePending. 2016-05-05 21:34:10 -04:00
result.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
shared_page.cpp Set Kernel config "Unknown Value" to 0x1 2016-04-11 13:47:52 +03:00
shared_page.h Set Kernel config "Unknown Value" to 0x1 2016-04-11 13:47:52 +03:00
svc.cpp Kernel/SharedMemory: Properly implemented shared memory support. 2016-05-12 20:00:32 -05:00
svc.h svc: Move ResetType enum to the kernel event header 2016-03-12 21:47:41 -05:00