summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_mii_edit.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-28service: mii: Fix reported bugsgerman771-0/+2
2023-09-22am: mii_edit: Implement DB operationsNarr the Reg1-9/+41
2023-09-11mii: Prepare Interface for new implementationgerman771-4/+7
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg1-1/+1
2023-03-25qt: implement RequestExit for appletsLiam1-1/+1
2023-03-25applets: implement RequestExitLiam1-0/+5
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-22applets/mii: Remove unused includeMorph1-1/+0
2022-03-22applets/mii: Cleanup MiiEdit applet implementationMorph1-41/+79
2022-03-22applets/mii: Move MiiEdit applet types into its own fileMorph1-1/+2
2022-03-22applets: Rename Mii to MiiEditMorph1-11/+12
2022-03-19core: Reduce unused includesameerj1-1/+0
2022-03-01applet: mii: Simple implementation of mii appletgerman771-0/+101