summaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: set: Migrate ISystemSettingsServer to new IPCGravatar Narr the Reg2024-02-141-3/+6
* service: use const references for input raw dataGravatar Liam2024-02-011-1/+1
* service: mii: Set arguments as constGravatar Narr the Reg2024-01-291-7/+8
* service: mii: Migrate service to new interfaceGravatar Narr the Reg2024-01-262-411/+167
* service: nfc: Validate mii dataGravatar german772023-11-251-1/+1
* service: mii: Create random mii with nameGravatar Narr the Reg2023-10-191-0/+1
* service: mii: Fix reported bugsGravatar german772023-09-273-3/+3
* service: mii: Limit checks to string sizeGravatar german772023-09-231-1/+1
* am: mii_edit: Implement DB operationsGravatar Narr the Reg2023-09-216-64/+91
* service: mii: Address review commentsGravatar german772023-09-187-22/+24
* service: mii: Implement the rest of the serviceGravatar german772023-09-173-103/+751
* service: mii: Implement database managerGravatar german772023-09-172-0/+478
* service: mii: Implement figurine databaseGravatar german772023-09-172-0/+208
* service: mii: Add device crc16Gravatar german772023-09-171-0/+26
* service: mii: Complete structs and fix mistakesGravatar german772023-09-179-138/+387
* mii_types: Remove null terminator checkGravatar lat9nq2023-09-171-4/+1
* service: mii: Remove most magic valuesGravatar Narr the Reg2023-09-1110-1069/+1537
* mii: service: Address reviewGravatar german772023-09-1112-103/+133
* mii: Prepare Interface for new implementationGravatar german772023-09-114-132/+197
* service: mii: Fix ver3 inconsistenciesGravatar german772023-09-118-211/+463
* service: mii: move char info operationsGravatar german772023-09-104-21/+576
* service: mii: Move store data operationsGravatar german772023-09-105-73/+512
* service: mii: Move core data operationsGravatar german772023-09-105-246/+730
* service: mii: Move ver3 operationsGravatar german772023-09-105-241/+238
* service: mii: separate mii types into their own fileGravatar german772023-09-1016-535/+570
* service: mii: Move all raw data to it's fileGravatar german772023-09-105-381/+479
* service: mii: Add mii util and resultGravatar german772023-09-104-11/+87
* service: mii: Fix broken mii on MK8Gravatar Narr the Reg2023-09-074-4/+115
* service: mii: Fix default mii databaseGravatar german772023-09-053-105/+3
* core: remove ResultVal typeGravatar Liam2023-08-083-27/+16
* service: nfp: Convert mii colors to v3Gravatar Narr the Reg2023-03-153-10/+87
* service: nfp: Actually write correct crcGravatar Narr the Reg2023-03-142-1/+4
* service: move hle_ipc from kernelGravatar Liam2023-03-011-13/+13
* service: refactor server architectureGravatar Liam2023-02-212-10/+8
* service: mii: Copy only valid name bytesGravatar german772022-10-021-3/+18
* nfp: Multiple fixes against HWGravatar german772022-10-022-2/+67
* service: nfp: Rewrite and implement applet callsGravatar german772022-10-022-5/+78
* core: nfp: Correct date and amiibo nameGravatar Narr the Reg2022-09-071-1/+2
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-074-26/+241
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-263-4/+4
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-281-19/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-236-18/+12
* service: Move mii enums and structs into its own fileGravatar Morph2022-03-214-306/+309
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-052-11/+10
* service: Migrate to the new UUID implementationGravatar Morph2022-02-052-20/+11
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* general: Remove MakeResult helpersGravatar Morph2021-11-021-2/+2
* service: Reduce header include overheadGravatar Morph2021-10-071-1/+0
* service: Append service name prefix to common filenamesGravatar Morph2021-07-144-3/+3