summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_sys.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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