summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applets.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* applet: Use std::queue instead of std::vector for storage stackZach Hilman2018-11-181-1/+11
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-13/+3
* am/applets: Add Applet superclass to describe a generic appletZach Hilman2018-11-181-0/+29