summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-26service: nfc: Validate mii datagerman771-1/+1
2023-10-19service: mii: Create random mii with nameNarr the Reg1-0/+1
2023-09-28service: mii: Fix reported bugsgerman773-3/+3
2023-09-24service: mii: Limit checks to string sizegerman771-1/+1
2023-09-22am: mii_edit: Implement DB operationsNarr the Reg6-64/+91
2023-09-18service: mii: Address review commentsgerman777-22/+24
2023-09-18service: mii: Implement the rest of the servicegerman773-103/+751
2023-09-18service: mii: Implement database managergerman772-0/+478
2023-09-18service: mii: Implement figurine databasegerman772-0/+208
2023-09-18service: mii: Add device crc16german771-0/+26
2023-09-18service: mii: Complete structs and fix mistakesgerman779-138/+387
2023-09-17mii_types: Remove null terminator checklat9nq1-4/+1
2023-09-12service: mii: Remove most magic valuesNarr the Reg10-1069/+1537
2023-09-11mii: service: Address reviewgerman7712-103/+133
2023-09-11mii: Prepare Interface for new implementationgerman774-132/+197
2023-09-11service: mii: Fix ver3 inconsistenciesgerman778-211/+463
2023-09-11service: mii: move char info operationsgerman774-21/+576
2023-09-11service: mii: Move store data operationsgerman775-73/+512
2023-09-11service: mii: Move core data operationsgerman775-246/+730
2023-09-11service: mii: Move ver3 operationsgerman775-241/+238
2023-09-11service: mii: separate mii types into their own filegerman7716-535/+570
2023-09-11service: mii: Move all raw data to it's filegerman775-381/+479
2023-09-11service: mii: Add mii util and resultgerman774-11/+87
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg4-4/+115
2023-09-05service: mii: Fix default mii databasegerman773-105/+3
2023-08-08core: remove ResultVal typeLiam3-27/+16
2023-03-16service: nfp: Convert mii colors to v3Narr the Reg3-10/+87
2023-03-15service: nfp: Actually write correct crcNarr the Reg2-1/+4
2023-03-01service: move hle_ipc from kernelLiam1-13/+13
2023-02-21service: refactor server architectureLiam2-10/+8
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2022-10-02service: mii: Copy only valid name bytesgerman771-3/+18
2022-10-02nfp: Multiple fixes against HWgerman772-2/+67
2022-10-02service: nfp: Rewrite and implement applet callsgerman772-5/+78
2022-09-07core: nfp: Correct date and amiibo nameNarr the Reg1-1/+2
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg4-26/+241
2022-06-27core: Replace all instances of ResultCode with Resultgerman773-4/+4
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda1-19/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph6-18/+12
2022-03-22service: Move mii enums and structs into its own fileMorph4-306/+309
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph2-11/+10
2022-02-05service: Migrate to the new UUID implementationMorph2-20/+11
2021-11-04core: Remove unused includesameerj1-1/+0
2021-11-02general: Remove MakeResult helpersMorph1-2/+2
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-07-14service: Append service name prefix to common filenamesMorph4-3/+3
2021-07-04service: mii: Retrieve the correct default miis.Morph1-2/+3
2021-06-24Add missing includes (#6521)Chloe1-0/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-10/+10
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-1/+0
2021-05-16core: Make variable shadowing a compile-time errorLioncash2-3/+3
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