summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/general_backend.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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