summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/frontend/applet_error.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-30am: return AppletDataBroker and use for frontend appletsLiam1-4/+2
2024-01-30am: re-namespace frontend applets to frontend directoryLiam1-4/+4
2023-03-25applets: implement RequestExitLiam1-0/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-0/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
Transition to PascalCase for result names.
2021-04-17applets: Make the applet mode a protected property of AppletMorph1-1/+0
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-1/+3
2019-09-05service/am: Remove usages of global system accessorsLioncash1-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
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-5/+5
2019-04-17applets: Add Error appletZach Hilman1-0/+47
Responsible for displaying error codes and messages