aboutsummaryrefslogtreecommitdiff
path: root/src/core/frontend/applets/mii_edit.h
AgeCommit message (Collapse)Author
2023-03-25qt: implement RequestExit for appletsLiam
2022-12-05applets/mii_edit: Use aliases for callbacksLioncash
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.
2022-03-21applets/mii: Remove frontend parametersMorph
These are unused for now as we do not support a frontend implementation.
2022-03-21service: Move mii enums and structs into its own fileMorph
Moves these into types.h, since other files also make use of these types.
2022-03-21applets: Rename Mii to MiiEditMorph