summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | InitializeWithId needs to return an id which is a u32 which should be a non zero value
* mm_u: Forward all old variants of functions to the new onesLioncash2018-08-141-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.
* mm_u: Move implementation class into the cpp fileLioncash2018-08-142-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.
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
|
* Remove unused header filesmailwl2018-06-061-2/+0
|
* Small fixesmailwl2018-06-052-6/+8
|
* Service/MM: add service and stub some functionsmailwl2018-06-052-0/+79