summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14service: Append service name prefix to common filenamesMorph1-465/+0
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