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