summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg2022-09-074-26/+241
* core: Replace all instances of ResultCode with Resultgerman772022-06-273-4/+4
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-19/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-236-18/+12
* service: Move mii enums and structs into its own fileMorph2022-03-224-306/+309
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-052-11/+10
* service: Migrate to the new UUID implementationMorph2022-02-052-20/+11
* core: Remove unused includesameerj2021-11-041-1/+0
* general: Remove MakeResult helpersMorph2021-11-021-2/+2
* service: Reduce header include overheadMorph2021-10-071-1/+0
* service: Append service name prefix to common filenamesMorph2021-07-144-3/+3
* service: mii: Retrieve the correct default miis.Morph2021-07-041-2/+3
* Add missing includes (#6521)Chloe2021-06-241-0/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-10/+10
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+0
* core: Make variable shadowing a compile-time errorLioncash2021-05-162-3/+3
* mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec2021-01-204-2274/+1657
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-152-53/+54
* service: Eliminate usages of the global system instanceLioncash2020-11-272-9/+15
* service: Update function tablesLioncash2020-10-281-0/+1
* Revert "core: Fix clang build"bunnei2020-10-211-10/+10
* Merge pull request #4796 from lioncash/clangLC2020-10-211-10/+10
|\
| * core: Fix clang buildLioncash2020-10-181-10/+10
* | mii/manager: Make use of unused lower bound in GetRandomValue()Lioncash2020-10-171-1/+1
|/
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-2/+2
* Merge pull request #4365 from lioncash/miibunnei2020-07-181-53/+54
|\
| * mii/manager: Make use of designated initializersLioncash2020-07-171-53/+54
* | mii/manager: Resolve sign mismatch warningsLioncash2020-07-171-3/+3
|/
* hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-128-912/+3265
* core: Initialize several structs that make use of Common::UUID.bunnei2020-01-041-78/+78
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+2
|\
| * service: Update function tablesLioncash2019-11-121-0/+2
* | service: Resolve sign conversion errorsLioncash2019-11-121-3/+3
|/
* Merge pull request #2708 from DarkLordZach/mii-db-source-crashDavid2019-09-041-0/+4
|\
| * mii: Handle logging of unknown database sourceZach Hilman2019-07-101-0/+4
* | mii: Implement IDatabaseService SetInterfaceVersionZach Hilman2019-07-071-1/+15
|/
* mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman2019-04-251-1/+1
* profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-251-1/+1
* mii: Implement Delete and Destroy fileZach Hilman2019-04-253-8/+116
* mii: Implement IsUpdated command (IPC 0)Zach Hilman2019-04-253-9/+34
* mii_manager: Cleanup and optimizationZach Hilman2019-04-252-32/+46
* mii: Implement IDatabaseService commands using MiiManagerZach Hilman2019-04-251-15/+242
* mii: Add MiiManager class to manage Mii databaseZach Hilman2019-04-252-0/+622
* service: Add mii servicesLioncash2018-07-272-0/+122