aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets/applets.cpp
AgeCommit message (Expand)Author
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-09applets: Correct usage of SignalStateChanged eventZach Hilman
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-11-18am/applets: Add Applet superclass to describe a generic appletZach Hilman