summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec4-2274/+1657
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp2-53/+54
2020-11-27service: Eliminate usages of the global system instanceLioncash2-9/+15
2020-10-28service: Update function tablesLioncash1-0/+1
2020-10-21Revert "core: Fix clang build"bunnei1-10/+10
2020-10-18core: Fix clang buildLioncash1-10/+10
2020-10-17mii/manager: Make use of unused lower bound in GetRandomValue()Lioncash1-1/+1
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-2/+2
2020-07-17mii/manager: Resolve sign mismatch warningsLioncash1-3/+3
2020-07-17mii/manager: Make use of designated initializersLioncash1-53/+54
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei8-912/+3265
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei1-78/+78
2019-11-12service: Update function tablesLioncash1-0/+2
2019-11-12service: Resolve sign conversion errorsLioncash1-3/+3
2019-07-10mii: Handle logging of unknown database sourceZach Hilman1-0/+4
2019-07-07mii: Implement IDatabaseService SetInterfaceVersionZach Hilman1-1/+15
2019-04-25mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman1-1/+1
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman1-1/+1
2019-04-25mii: Implement Delete and Destroy fileZach Hilman3-8/+116
2019-04-25mii: Implement IsUpdated command (IPC 0)Zach Hilman3-9/+34
2019-04-25mii_manager: Cleanup and optimizationZach Hilman2-32/+46
2019-04-25mii: Implement IDatabaseService commands using MiiManagerZach Hilman1-15/+242
2019-04-25mii: Add MiiManager class to manage Mii databaseZach Hilman2-0/+622
2018-07-27service: Add mii servicesLioncash2-0/+122