summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/error.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-53/+0
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-1/+0
|
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-151-1/+3
|
* 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