summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_sys.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-20service: Update function tablesLioncash1-0/+12
2019-11-12service: Update function tablesLioncash1-0/+11
2019-04-11service: Update service function tablesLioncash1-0/+27
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
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
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-0/+10
2018-03-03Service/Set: add more servicesmailwl1-0/+167