summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_mii_edit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: mii: Fix reported bugsgerman772023-09-281-0/+2
|
* am: mii_edit: Implement DB operationsNarr the Reg2023-09-221-9/+41
|
* mii: Prepare Interface for new implementationgerman772023-09-111-4/+7
|
* service: mii: Fix broken mii on MK8Narr the Reg2023-09-071-1/+1
|
* qt: implement RequestExit for appletsLiam2023-03-251-1/+1
|
* applets: implement RequestExitLiam2023-03-251-0/+5
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
|
* 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.
* applets/mii: Remove unused includeMorph2022-03-221-1/+0
|
* applets/mii: Cleanup MiiEdit applet implementationMorph2022-03-221-41/+79
| | | | This also enables proper support for MiiEdit applets which are used in games with firmware versions prior to 10.2.0 by handling the 2 different versions of applet inputs and outputs.
* applets/mii: Move MiiEdit applet types into its own fileMorph2022-03-221-1/+2
|
* applets: Rename Mii to MiiEditMorph2022-03-221-0/+101