summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/error.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applets/error: Use aliases for callbacksLioncash2022-12-061-3/+3
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-3/+3
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-3/+4
| | | | | Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts.
* frontend: Add frontend receiver for Error appletZach Hilman2019-04-171-0/+34