summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/general_backend.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-90/+0
|
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-3/+0
|
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-151-3/+8
|
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+2
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service/am: Remove usages of global system accessorsLioncash2019-09-051-3/+9
| | | | | | Avoids the use of global accessors, removing the reliance on global state. This also makes dependencies explicit in the interface, as opposed to being hidden
* applets: Implement Auth applet backendZach Hilman2019-06-251-0/+30
| | | This is responsible for parental controls and supports verifying, changing, and registering PIN codes.
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-1/+1
| | | Also cleanup of general stuff
* applets: Save report on stubbed appletZach Hilman2019-05-251-1/+4
| | | | This also reworks the applet data storage to be peekable.
* web_browser: Make OpenPage non-constZach Hilman2019-04-171-3/+3
|
* general_backend: Move StubApplet and add backend PhotoViewerZach Hilman2019-04-171-0/+48