summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-8/+8
Transition to PascalCase for result names.
2021-05-06hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei1-1/+0
2020-11-27service: Eliminate usages of the global system instanceLioncash2-5/+12
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-06-27mm: Update function tableVolcaEM1-16/+16
This was based on Switchbrew page: https://switchbrew.org/wiki/Display_services
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-4/+10
2018-10-18Used better names for mm:u and fixed bad stubDavid Marcec1-8/+42
InitializeWithId needs to return an id which is a u32 which should be a non zero value
2018-08-14mm_u: Forward all old variants of functions to the new onesLioncash1-5/+11
Ensures both variants go through the same interface, and while we're at it, add Finalize to provide the inverse of Initialize for consistency.
2018-08-14mm_u: Move implementation class into the cpp fileLioncash2-46/+46
Now if changes are ever made to the behavior of the class, it doesn't involve rebuilding everything that includes the mm_u header.
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-06-06Remove unused header filesmailwl1-2/+0
2018-06-05Small fixesmailwl2-6/+8
2018-06-05Service/MM: add service and stub some functionsmailwl2-0/+79