summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_sys.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-21service/set: Update function tablesLioncash1-0/+2
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
Transition to PascalCase for result names.
2021-05-06hle: kernel: Migrate KClientPort to KAutoObject.bunnei1-1/+1
2021-04-09set_sys: Update to 12.xgerman771-0/+6
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-2/+2
Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts.
2020-11-27service: Eliminate usages of the global system instanceLioncash1-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.
2020-10-28service: Update function tablesLioncash1-0/+2
Updates function tables according to info on SwitchBrew.
2020-04-20service: Update function tablesLioncash1-0/+12
Keeps the service function tables up to date. Updated based off information on SwitchBrew.
2019-11-12service: Update function tablesLioncash1-0/+11
Keeps the function tables up to date. Updated based off information from Switchbrew.
2019-04-11service: Update service function tablesLioncash1-0/+27
Updates function tables based off information from SwitchBrew.
2019-03-11set_sys: Move constants to anonymous namespaceZach Hilman1-1/+1
2019-03-11set_sys: Use official nintendo version stringZach Hilman1-11/+7
2019-03-11set_sys: Use correct error codes in GetFirmwareVersion*Zach Hilman1-21/+41
2019-03-10set_sys: Implement GetFirmwareVersion(2) for libnx hosversionZach Hilman1-2/+61
Uses the synthesized system archive 9 (SystemVersion) and reports v5.1.0-0.0
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-4/+4
2018-07-24set_sys: Implement SetColorSetId()Lioncash1-4/+15
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-24set: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-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
2018-03-03Service/Set: add more servicesmailwl1-0/+167