summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applets.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-30applets: Add accessor for AppletFrontendSetZach Hilman1-0/+4
2019-09-05service/am: Remove usages of global system accessorsLioncash1-13/+12
2019-06-25applets: Pass current process title ID to appletsZach Hilman1-9/+12
2019-06-25applets: Track ECommerce and Parental Control applet frontendsZach Hilman1-5/+19
2019-05-29core/core: Remove unnecessary includesLioncash1-0/+15
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-2/+3
2019-05-25applets: Save report on stubbed appletZach Hilman1-9/+24
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash1-3/+3
2019-04-17applets: Add AppletManager class to control lifetimeZach Hilman1-0/+82
2019-01-01core/kernel: Remove unnecessary inclusionsLioncash1-1/+1
2018-12-10applets: Correct usage of SignalStateChanged eventZach Hilman1-3/+3
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman1-3/+3
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-15/+9
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-12/+19
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash1-4/+2
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman1-1/+0
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman1-4/+91
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman1-1/+11
2018-11-18am: Deglobalize software keyboard appletZach Hilman1-13/+3
2018-11-18am/applets: Add Applet superclass to describe a generic appletZach Hilman1-0/+29