summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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