aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/mm
AgeCommit message (Collapse)Author
2018-08-13mm_u: Forward all old variants of functions to the new onesLioncash
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-13mm_u: Move implementation class into the cpp fileLioncash
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-02Rename logging macro back to LOG_*James Rowe
2018-06-06Remove unused header filesmailwl
2018-06-05Small fixesmailwl
2018-06-05Service/MM: add service and stub some functionsmailwl