summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_sys.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: set: Add more system settings and address commentsNarr the Reg2023-08-051-0/+38
|
* service: set: Implement system settings for QlaunchNarr the Reg2023-08-031-2/+282
|
* service: move hle_ipc from kernelLiam2023-03-011-7/+7
|
* Set: Allow setting device nicknameChloe Marcec2022-12-141-0/+1
|
* general: preliminary support for hblLiam2022-10-121-0/+2
|
* 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-1/+5
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* set_sys: Implement GetFirmwareVersion(2) for libnx hosversionZach Hilman2019-03-101-0/+2
| | | Uses the synthesized system archive 9 (SystemVersion) and reports v5.1.0-0.0
* set_sys: Implement SetColorSetId()Lioncash2018-07-241-1/+10
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Service/Set: add more servicesmailwl2018-03-031-0/+22