summaryrefslogtreecommitdiffstats
path: root/src/core/hle/applets/swkbd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-85/+0
|
* applet: Move common IsRunning underlying variable to the Applet classLioncash2016-12-071-7/+2
| | | | Gets rid of basic duplication.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-5/+8
|
* HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.Subv2016-05-071-4/+3
|
* Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot2015-07-121-0/+3
|
* Applets: Reworked how the Applet update event is handled.Subv2015-07-121-7/+11
| | | | Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
* Applets: Add infrastructure to allow custom drawing and input handling in Applets.Subv2015-07-121-0/+16
|
* HLE/APT: Initial HLE support for applets.Subv2015-07-121-0/+67
Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text.