summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/error.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-06applets/error: Use aliases for callbacksLioncash1-3/+3
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-3/+3
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.
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-3/+4
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 Hilman1-0/+34