aboutsummaryrefslogtreecommitdiff
path: root/src/core/frontend/applets/error.cpp
AgeCommit message (Collapse)Author
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2023-03-25qt: implement RequestExit for appletsLiam
2022-12-05applets/error: Use aliases for callbacksLioncash
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts.
2019-04-17frontend: Add frontend receiver for Error appletZach Hilman