summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-18service: mii: Implement the rest of the servicegerman771-22/+60
2023-09-11mii: service: Address reviewgerman771-9/+0
2023-09-11mii: Prepare Interface for new implementationgerman771-9/+20
2023-09-11service: mii: Fix ver3 inconsistenciesgerman771-3/+0
2023-09-11service: mii: Move ver3 operationsgerman771-4/+0
2023-09-11service: mii: separate mii types into their own filegerman771-2/+14
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg1-0/+1
2023-08-08core: remove ResultVal typeLiam1-2/+2
2023-03-16service: nfp: Convert mii colors to v3Narr the Reg1-1/+6
2022-10-02nfp: Multiple fixes against HWgerman771-0/+1
2022-10-02service: nfp: Rewrite and implement applet callsgerman771-1/+2
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg1-4/+5
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-22service: Move mii enums and structs into its own fileMorph1-301/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-5/+5
2022-02-05service: Migrate to the new UUID implementationMorph1-5/+5
2021-07-14service: Append service name prefix to common filenamesMorph1-0/+0
2021-06-24Add missing includes (#6521)Chloe1-0/+2
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec1-3/+3
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-53/+53
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei1-0/+331