summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/mii_edit.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-06applets/mii_edit: Use aliases for callbacksLioncash1-2/+4
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.
2022-03-22applets/mii: Remove frontend parametersMorph1-13/+2
These are unused for now as we do not support a frontend implementation.
2022-03-22service: Move mii enums and structs into its own fileMorph1-1/+1
Moves these into types.h, since other files also make use of these types.
2022-03-22applets: Rename Mii to MiiEditMorph1-3/+3
2022-03-19core: Reduce unused includesameerj1-1/+0
2022-03-01applet: mii: Simple implementation of mii appletgerman771-0/+35