aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii
AgeCommit message (Collapse)Author
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg
2024-02-01service: use const references for input raw dataLiam
2024-01-29service: mii: Set arguments as constNarr the Reg
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg
2023-11-25service: nfc: Validate mii datagerman77
2023-10-19service: mii: Create random mii with nameNarr the Reg
2023-09-27service: mii: Fix reported bugsgerman77
2023-09-23service: mii: Limit checks to string sizegerman77
2023-09-21am: mii_edit: Implement DB operationsNarr the Reg
2023-09-18service: mii: Address review commentsgerman77
2023-09-17service: mii: Implement the rest of the servicegerman77
2023-09-17service: mii: Implement database managergerman77
2023-09-17service: mii: Implement figurine databasegerman77
2023-09-17service: mii: Add device crc16german77
2023-09-17service: mii: Complete structs and fix mistakesgerman77
2023-09-17mii_types: Remove null terminator checklat9nq
This is an OoB array access, causing a crash on at least the Linux Flatpak releases. Co-authored-by: german77 <juangerman-13@hotmail.com>
2023-09-11service: mii: Remove most magic valuesNarr the Reg
2023-09-11mii: service: Address reviewgerman77
2023-09-11mii: Prepare Interface for new implementationgerman77
2023-09-11service: mii: Fix ver3 inconsistenciesgerman77
2023-09-10service: mii: move char info operationsgerman77
2023-09-10service: mii: Move store data operationsgerman77
2023-09-10service: mii: Move core data operationsgerman77
2023-09-10service: mii: Move ver3 operationsgerman77
2023-09-10service: mii: separate mii types into their own filegerman77
2023-09-10service: mii: Move all raw data to it's filegerman77
2023-09-10service: mii: Add mii util and resultgerman77
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg
2023-09-05service: mii: Fix default mii databasegerman77
2023-08-08core: remove ResultVal typeLiam
2023-03-15service: nfp: Convert mii colors to v3Narr the Reg
2023-03-14service: nfp: Actually write correct crcNarr the Reg
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
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
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-21service: Move mii enums and structs into its own fileMorph
Moves these into types.h, since other files also make use of these types.
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
This completes the removal of the old UUID implementation.
2022-02-05service: Migrate to the new UUID implementationMorph
2021-11-03core: Remove unused includesameerj
2021-11-02general: Remove MakeResult helpersMorph
This is made obsolete by the presence of implicit constructors.
2021-10-07service: Reduce header include overheadMorph
2021-07-14service: Append service name prefix to common filenamesMorph