summaryrefslogtreecommitdiffstats
path: root/src/core/hle/applets/swkbd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* APT: Remove use of Memory::GetPointerMerryMage2016-05-211-8/+7
* Applets/swkdb: Remove use of Memory::GetPointerMerryMage2016-05-211-1/+1
* HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.Subv2016-05-131-2/+6
* Kernel/SharedMemory: Properly implemented shared memory support.Subv2016-05-131-2/+2
* HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.Subv2016-05-071-8/+12
* Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot2015-07-121-0/+8
* Applets: Reworked how the Applet update event is handled.Subv2015-07-121-7/+6
* Applets: Add infrastructure to allow custom drawing and input handling in Applets.Subv2015-07-121-6/+39
* HLE/APT: Initial HLE support for applets.Subv2015-07-121-0/+73