summaryrefslogtreecommitdiff
path: root/src/core/hle/service/mm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelGravatar Liam2023-03-011-9/+9
|
* service: refactor server architectureGravatar Liam2023-02-212-8/+7
| | | | Converts services to have their own processes
* Demote services from warning/info to debug to reduce log spam:Gravatar Kelebek12022-09-011-5/+5
| | | | | | | | | | | GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-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 ResultSuccessGravatar Morph2021-06-021-8/+8
| | | | Transition to PascalCase for result names.
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to ↵Gravatar bunnei2021-05-051-1/+0
| | | | KAutoObject.
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-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 tableGravatar VolcaEM2020-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 ↵Gravatar David Marcec2018-11-261-4/+10
| | | | services should now log on some level
* Used better names for mm:u and fixed bad stubGravatar David Marcec2018-10-191-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 onesGravatar Lioncash2018-08-131-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 fileGravatar Lioncash2018-08-132-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_*Gravatar James Rowe2018-07-021-3/+3
|
* Remove unused header filesGravatar mailwl2018-06-061-2/+0
|
* Small fixesGravatar mailwl2018-06-052-6/+8
|
* Service/MM: add service and stub some functionsGravatar mailwl2018-06-052-0/+79