summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_sys.cpp (follow)
Commit message (Expand)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
* 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
* 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
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+1
* service: Update function tablesLioncash2020-10-281-0/+2
* service: Update function tablesLioncash2020-04-201-0/+12
* service: Update function tablesLioncash2019-11-121-0/+11
* service: Update service function tablesLioncash2019-04-111-0/+27
* 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
* 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
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-0/+10
* Service/Set: add more servicesmailwl2018-03-031-0/+167