summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-9/+9
|
* service: refactor server architectureLiam2023-02-212-8/+7
| | | | Converts services to have their own processes
* Demote services from warning/info to debug to reduce log spam:Kelebek12022-09-011-5/+5
| | | | | | | | | | | GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
| | | | | 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.
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-8/+8
| | | | Transition to PascalCase for result names.
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-1/+0
|
* service: Eliminate usages of the global system instanceLioncash2020-11-272-5/+12
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* mm: Update function tableVolcaEM2020-06-271-16/+16
| | | This was based on Switchbrew page: https://switchbrew.org/wiki/Display_services
* 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