summaryrefslogtreecommitdiff
path: root/src/core/hle/applets/swkbd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add all services to the Service namespaceGravatar Lioncash2016-12-111-2/+2
* applet: Move common IsRunning underlying variable to the Applet classGravatar Lioncash2016-12-071-2/+2
* APT/Applets: Renamed the members of the SignalType enum.Gravatar Subv2016-11-191-3/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-4/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-9/+11
* APT: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-8/+7
* Applets/swkdb: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-1/+1
* HLE/Applets: Give each applet its own block of heap memory, and use that when...Gravatar Subv2016-05-121-2/+6
* Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2016-05-121-2/+2
* HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Gravatar Subv2016-05-071-8/+12
* Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot2015-07-121-0/+8
* Applets: Reworked how the Applet update event is handled.Gravatar Subv2015-07-111-7/+6
* Applets: Add infrastructure to allow custom drawing and input handling in App...Gravatar Subv2015-07-111-6/+39
* HLE/APT: Initial HLE support for applets.Gravatar Subv2015-07-111-0/+73