aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/applets/applet.cpp
AgeCommit message (Collapse)Author
2015-07-23Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ↵Subv
applet when called.
2015-07-23Service/APT: Return proper parameters in GetLockHandle.Subv
Documented some APT functions This allows applets to boot.
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot
2015-07-11Applets: Reworked how the Applet update event is handled.Subv
Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
2015-07-11Applets: Add infrastructure to allow custom drawing and input handling in ↵Subv
Applets.
2015-07-11HLE/APT: Initial HLE support for applets.Subv
Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text.