summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm/mm_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+4
* mm: Update function tableVolcaEM2020-06-271-16/+16
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-4/+10
* Used better names for mm:u and fixed bad stubDavid Marcec2018-10-181-8/+42
* mm_u: Forward all old variants of functions to the new onesLioncash2018-08-141-5/+11
* mm_u: Move implementation class into the cpp fileLioncash2018-08-141-31/+46
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* Small fixesmailwl2018-06-051-5/+5
* Service/MM: add service and stub some functionsmailwl2018-06-051-0/+50