summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-03frontend: Add frontend applet for ProfileSelectZach Hilman2-0/+46
Responsible for selecting a profile and firing callback upon completion.
2018-11-18applet: Add operation completed callbackZach Hilman2-3/+7
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman2-5/+9
a
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman2-8/+7
2018-11-18am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman1-0/+1
2018-11-18am: Implement text check software keyboard modeZach Hilman2-0/+8
Allows the game to verify and send a message to the frontend.
2018-11-18am: Deglobalize software keyboard appletZach Hilman2-31/+36
2018-11-18qt/main: Register Qt Software Keyboard frontend with AMZach Hilman1-0/+1
Allows using Qt provider over default.
2018-11-18frontend/applets: Add frontend software keyboard provider and defaultZach Hilman2-0/+61
Default implementation will return "yuzu" for any string. GUI clients (or CLI) can implement the Frontend::SoftwareKeyboardApplet class and register an instance to provide functionality.