yuzu/src/core/hle/applets
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
..
applet.cpp HLE/Applets: Implemented a dummy Mii Selector applet. 2016-03-12 10:59:37 -05:00
applet.h Service/APT: Return proper parameters in GetLockHandle. 2015-07-23 20:46:11 -05:00
mii_selector.cpp Kernel/SharedMemory: Properly implemented shared memory support. 2016-05-12 20:00:32 -05:00
mii_selector.h Merge pull request #1761 from Subv/applets_fb 2016-05-07 17:21:48 -04:00
swkbd.cpp Kernel/SharedMemory: Properly implemented shared memory support. 2016-05-12 20:00:32 -05:00
swkbd.h HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets. 2016-05-07 10:01:40 -05:00