summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applets.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets: Add AppletManager class to control lifetimeZach Hilman2019-04-171-0/+55
* core/kernel: Remove unnecessary inclusionsLioncash2019-01-011-1/+1
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman2018-11-291-5/+1
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-3/+3
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-8/+9
* am/applets: Make the applet data broker part of the applet itself.Lioncash2018-11-201-3/+12
* am/applets: Replace includes with forward declarations where applicableLioncash2018-11-201-2/+4
* am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash2018-11-201-11/+18
* applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman2018-11-191-12/+44
* applet: Use std::queue instead of std::vector for storage stackZach Hilman2018-11-181-3/+4
* software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman2018-11-181-1/+3
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-1/+5
* am: Implement text check software keyboard modeZach Hilman2018-11-181-0/+5
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-3/+7
* am/applets: Add Applet superclass to describe a generic appletZach Hilman2018-11-181-0/+46