summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/error.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service/am: Remove usages of global system accessorsLioncash2019-09-051-1/+6
| | | | | | 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
* web_browser: Make OpenPage non-constZach Hilman2019-04-171-5/+5
|
* applets: Add Error appletZach Hilman2019-04-171-0/+47
Responsible for displaying error codes and messages