aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii
AgeCommit message (Expand)Author
2022-10-02service: mii: Copy only valid name bytesgerman77
2022-10-02nfp: Multiple fixes against HWgerman77
2022-10-02service: nfp: Rewrite and implement applet callsgerman77
2022-09-07core: nfp: Correct date and amiibo nameNarr the Reg
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-21service: Move mii enums and structs into its own fileMorph
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05service: Migrate to the new UUID implementationMorph
2021-11-03core: Remove unused includesameerj
2021-11-02general: Remove MakeResult helpersMorph
2021-10-07service: Reduce header include overheadMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-07-04service: mii: Retrieve the correct default miis.Morph
2021-06-24Add missing includes (#6521)Chloe
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-10-27service: Update function tablesLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-20Merge pull request #4796 from lioncash/clangLC
2020-10-17core: Fix clang buildLioncash
2020-10-17mii/manager: Make use of unused lower bound in GetRandomValue()Lioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-07-17Merge pull request #4365 from lioncash/miibunnei
2020-07-16mii/manager: Resolve sign mismatch warningsLioncash
2020-07-16mii/manager: Make use of designated initializersLioncash
2020-07-11hle: service: mii: Rewrite service to properly support creation of random and...bunnei
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-09-04Merge pull request #2708 from DarkLordZach/mii-db-source-crashDavid
2019-07-10mii: Handle logging of unknown database sourceZach Hilman
2019-07-06mii: Implement IDatabaseService SetInterfaceVersionZach Hilman
2019-04-25mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman
2019-04-25mii: Implement Delete and Destroy fileZach Hilman
2019-04-25mii: Implement IsUpdated command (IPC 0)Zach Hilman
2019-04-25mii_manager: Cleanup and optimizationZach Hilman
2019-04-25mii: Implement IDatabaseService commands using MiiManagerZach Hilman
2019-04-25mii: Add MiiManager class to manage Mii databaseZach Hilman
2018-07-27service: Add mii servicesLioncash