summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman2018-11-181-1/+4
|
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-181-0/+5
| | | | a
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-1/+2
|
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-0/+9
|
* am/applets: Add connector between frontend and AM applet classesZach Hilman2018-11-181-0/+57
Provides a middleman between the Frontend provider class and the expected AM::Applets::Applet class needed by ILibraryAppletAccessor