summaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii/mii.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg
2024-02-01service: use const references for input raw dataLiam
2024-01-29service: mii: Set arguments as constNarr the Reg
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg
2023-09-21am: mii_edit: Implement DB operationsNarr the Reg
2023-09-18service: mii: Address review commentsgerman77
2023-09-17service: mii: Implement the rest of the servicegerman77
2023-09-11mii: service: Address reviewgerman77
2023-09-11mii: Prepare Interface for new implementationgerman77
2023-09-10service: mii: separate mii types into their own filegerman77
2023-09-10service: mii: Add mii util and resultgerman77
2023-08-08core: remove ResultVal typeLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-10-07service: Reduce header include overheadMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-10-27service: Update function tablesLioncash
2020-07-11hle: service: mii: Rewrite service to properly support creation of random and...bunnei
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-07-06mii: Implement IDatabaseService SetInterfaceVersionZach Hilman
2019-04-25mii: Implement Delete and Destroy fileZach Hilman
2019-04-25mii: Implement IsUpdated command (IPC 0)Zach Hilman
2019-04-25mii: Implement IDatabaseService commands using MiiManagerZach Hilman
2018-07-27service: Add mii servicesLioncash