summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm/mm_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+8
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* 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