summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm/mm_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mm_u: Move implementation class into the cpp fileLioncash2018-08-141-15/+0
| | | | | Now if changes are ever made to the behavior of the class, it doesn't involve rebuilding everything that includes the mm_u header.
* Remove unused header filesmailwl2018-06-061-2/+0
|
* Small fixesmailwl2018-06-051-1/+3
|
* Service/MM: add service and stub some functionsmailwl2018-06-051-0/+29