summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/mii_edit.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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