summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg1-3/+6
2024-02-01service: use const references for input raw dataLiam1-1/+1
2024-01-29service: mii: Set arguments as constNarr the Reg1-7/+8
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg1-404/+159
2023-09-22am: mii_edit: Implement DB operationsNarr the Reg1-53/+61
2023-09-18service: mii: Address review commentsgerman771-10/+9
2023-09-18service: mii: Implement the rest of the servicegerman771-33/+329
2023-09-11mii: service: Address reviewgerman771-1/+1
2023-09-11mii: Prepare Interface for new implementationgerman771-63/+65
2023-09-11service: mii: separate mii types into their own filegerman771-1/+1
2023-09-11service: mii: Add mii util and resultgerman771-6/+5
2023-08-08core: remove ResultVal typeLiam1-22/+12
2023-03-01service: move hle_ipc from kernelLiam1-13/+13
2023-02-21service: refactor server architectureLiam1-5/+7
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg1-10/+22
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-10/+10
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-2/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-8/+10
2020-10-28service: Update function tablesLioncash1-0/+1
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei1-219/+96
2019-11-12service: Update function tablesLioncash1-0/+2
2019-11-12service: Resolve sign conversion errorsLioncash1-3/+3
2019-07-07mii: Implement IDatabaseService SetInterfaceVersionZach Hilman1-1/+15
2019-04-25mii: Implement Delete and Destroy fileZach Hilman1-8/+79
2019-04-25mii: Implement IsUpdated command (IPC 0)Zach Hilman1-9/+18
2019-04-25mii: Implement IDatabaseService commands using MiiManagerZach Hilman1-15/+242
2018-07-27service: Add mii servicesLioncash1-0/+107