summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman2018-11-183-7/+20
|
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-182-5/+19
| | | | a
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-183-18/+18
|
* am: Implement text check software keyboard modeZach Hilman2018-11-182-9/+63
| | | | Allows the game to verify and send a message to the frontend.
* am: Deglobalize software keyboard appletZach Hilman2018-11-184-18/+29
|
* am/applets: Add connector between frontend and AM applet classesZach Hilman2018-11-182-0/+128
| | | Provides a middleman between the Frontend provider class and the expected AM::Applets::Applet class needed by ILibraryAppletAccessor
* am/applets: Add Applet superclass to describe a generic appletZach Hilman2018-11-182-0/+75
Adds an Initialize and Execute methods which are used by the ILibraryAppletAccessor to start and control the applet.