summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fgm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-2/+2
|
* service: refactor server architectureLiam2023-02-212-10/+10
| | | | Converts services to have their own processes
* 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.
* service: Reduce header include overheadMorph2021-10-071-1/+0
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* service: Eliminate usages of the global system instanceLioncash2020-11-272-10/+14
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-2/+2
|
* service: Add fgm servicesLioncash2018-07-312-0/+90
Adds the basic skeleton for the fgm services based off the information provided by Switch Brew.