summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm/mm_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-9/+9
2023-02-21service: refactor server architectureLiam1-2/+6
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek11-5/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-8/+8
2021-05-06hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei1-1/+0
2020-11-27service: Eliminate usages of the global system instanceLioncash1-3/+4
2020-06-27mm: Update function tableVolcaEM1-16/+16
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
2018-08-14mm_u: Forward all old variants of functions to the new onesLioncash1-5/+11
2018-08-14mm_u: Move implementation class into the cpp fileLioncash1-31/+46
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-06-05Small fixesmailwl1-5/+5
2018-06-05Service/MM: add service and stub some functionsmailwl1-0/+50