summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/general_backend.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-90/+0
2021-04-17applets: Make the applet mode a protected property of AppletMorph1-3/+0
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-3/+8
2020-11-27service: Eliminate usages of the global system instanceLioncash1-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.
2019-09-05service/am: Remove usages of global system accessorsLioncash1-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
2019-06-25applets: Implement Auth applet backendZach Hilman1-0/+30
This is responsible for parental controls and supports verifying, changing, and registering PIN codes.
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-1/+1
Also cleanup of general stuff
2019-05-25applets: Save report on stubbed appletZach Hilman1-1/+4
This also reworks the applet data storage to be peekable.
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-3/+3
2019-04-17general_backend: Move StubApplet and add backend PhotoViewerZach Hilman1-0/+48