summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_sys.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* set: return version info from system archiveLiam2023-10-201-19/+30
|
* service: set: Add more system settings and address commentsNarr the Reg2023-08-051-7/+62
|
* service: set: Implement system settings for QlaunchNarr the Reg2023-08-031-28/+282
|
* service: move hle_ipc from kernelLiam2023-03-011-9/+9
|
* Set: Allow setting device nicknameChloe Marcec2022-12-141-1/+9
|
* general: preliminary support for hblLiam2022-10-121-2/+77
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
|
* 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/set: Update function tablesLioncash2022-01-211-0/+2
|
* service: Reduce header include overheadMorph2021-10-071-1/+0
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
| | | | Transition to PascalCase for result names.
* hle: kernel: Migrate KClientPort to KAutoObject.bunnei2021-05-061-1/+1
|
* set_sys: Update to 12.xgerman772021-04-091-0/+6
|
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-2/+2
| | | | | Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+1
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service: Update function tablesLioncash2020-10-281-0/+2
| | | | Updates function tables according to info on SwitchBrew.
* service: Update function tablesLioncash2020-04-201-0/+12
| | | | | | Keeps the service function tables up to date. Updated based off information on SwitchBrew.
* service: Update function tablesLioncash2019-11-121-0/+11
| | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew.
* service: Update service function tablesLioncash2019-04-111-0/+27
| | | | Updates function tables based off information from SwitchBrew.
* set_sys: Move constants to anonymous namespaceZach Hilman2019-03-111-1/+1
|
* set_sys: Use official nintendo version stringZach Hilman2019-03-111-11/+7
|
* set_sys: Use correct error codes in GetFirmwareVersion*Zach Hilman2019-03-111-21/+41
|
* set_sys: Implement GetFirmwareVersion(2) for libnx hosversionZach Hilman2019-03-101-2/+61
| | | Uses the synthesized system archive 9 (SystemVersion) and reports v5.1.0-0.0
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-4/+4
|
* set_sys: Implement SetColorSetId()Lioncash2018-07-241-4/+15
|
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
|
* set: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-1/+1
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-0/+10
| | | | | | | | | | | | | | | | * Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names
* Service/Set: add more servicesmailwl2018-03-031-0/+167