summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-22am: mii_edit: Implement DB operationsNarr the Reg1-3/+3
2023-09-18service: mii: Implement the rest of the servicegerman771-48/+362
2023-09-11mii: service: Address reviewgerman771-3/+3
2023-09-11mii: Prepare Interface for new implementationgerman771-60/+102
2023-09-11service: mii: Fix ver3 inconsistenciesgerman771-14/+3
2023-09-11service: mii: move char info operationsgerman771-19/+11
2023-09-11service: mii: Move store data operationsgerman771-62/+8
2023-09-11service: mii: Move core data operationsgerman771-242/+7
2023-09-11service: mii: Move ver3 operationsgerman771-232/+3
2023-09-11service: mii: separate mii types into their own filegerman771-19/+19
2023-09-11service: mii: Move all raw data to it's filegerman771-107/+74
2023-09-11service: mii: Add mii util and resultgerman771-5/+4
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg1-4/+8
2023-09-05service: mii: Fix default mii databasegerman771-1/+1
2023-08-08core: remove ResultVal typeLiam1-3/+2
2023-03-16service: nfp: Convert mii colors to v3Narr the Reg1-9/+24
2023-03-15service: nfp: Actually write correct crcNarr the Reg1-0/+2
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 HWgerman771-2/+66
2022-10-02service: nfp: Rewrite and implement applet callsgerman771-4/+76
2022-09-07core: nfp: Correct date and amiibo nameNarr the Reg1-1/+2
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg1-6/+82
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-2/+2
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-22service: Move mii enums and structs into its own fileMorph1-2/+1
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-6/+5
2022-02-05service: Migrate to the new UUID implementationMorph1-15/+6
2021-11-02general: Remove MakeResult helpersMorph1-2/+2
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
2021-07-04service: mii: Retrieve the correct default miis.Morph1-2/+3
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-1/+0
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec1-35/+15
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-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.bunnei1-0/+483