summaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii/mii.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: set: Migrate ISystemSettingsServer to new IPCGravatar Narr the Reg2024-02-141-3/+6
* service: use const references for input raw dataGravatar Liam2024-02-011-1/+1
* service: mii: Set arguments as constGravatar Narr the Reg2024-01-291-7/+8
* service: mii: Migrate service to new interfaceGravatar Narr the Reg2024-01-261-404/+159
* am: mii_edit: Implement DB operationsGravatar Narr the Reg2023-09-211-53/+61
* service: mii: Address review commentsGravatar german772023-09-181-10/+9
* service: mii: Implement the rest of the serviceGravatar german772023-09-171-33/+329
* mii: service: Address reviewGravatar german772023-09-111-1/+1
* mii: Prepare Interface for new implementationGravatar german772023-09-111-63/+65
* service: mii: separate mii types into their own fileGravatar german772023-09-101-1/+1
* service: mii: Add mii util and resultGravatar german772023-09-101-6/+5
* core: remove ResultVal typeGravatar Liam2023-08-081-22/+12
* service: move hle_ipc from kernelGravatar Liam2023-03-011-13/+13
* service: refactor server architectureGravatar Liam2023-02-211-5/+7
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-071-10/+22
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* service: Reduce header include overheadGravatar Morph2021-10-071-1/+0
* service: Append service name prefix to common filenamesGravatar Morph2021-07-141-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-10/+10
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-2/+2
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-8/+10
* service: Update function tablesGravatar Lioncash2020-10-271-0/+1
* hle: service: mii: Rewrite service to properly support creation of random and...Gravatar bunnei2020-07-111-219/+96
* Merge pull request #3094 from lioncash/tablesGravatar bunnei2019-11-241-0/+2
|\
| * service: Update function tablesGravatar Lioncash2019-11-121-0/+2
* | service: Resolve sign conversion errorsGravatar Lioncash2019-11-121-3/+3
|/
* mii: Implement IDatabaseService SetInterfaceVersionGravatar Zach Hilman2019-07-061-1/+15
* mii: Implement Delete and Destroy fileGravatar Zach Hilman2019-04-251-8/+79
* mii: Implement IsUpdated command (IPC 0)Gravatar Zach Hilman2019-04-251-9/+18
* mii: Implement IDatabaseService commands using MiiManagerGravatar Zach Hilman2019-04-251-15/+242
* service: Add mii servicesGravatar Lioncash2018-07-271-0/+107