summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm (unfollow)
Commit message (Collapse)AuthorFilesLines
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