summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_sys.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-23general: properly support multiple memory instancesLiam1-1/+11
2023-12-16Make system settings persistent across bootsKelebek11-77/+589
2023-11-27set: don't load version nca with null romfsLiam1-1/+3
2023-11-24yuzu: Display firmware versionNarr the Reg1-31/+35
2023-11-19Implemented qlaunch version of the controller appletFrozenAra1-4/+26
2023-10-20set: return version info from system archiveLiam1-19/+30
2023-08-05service: set: Add more system settings and address commentsNarr the Reg1-7/+62
2023-08-03service: set: Implement system settings for QlaunchNarr the Reg1-28/+282
2023-03-01service: move hle_ipc from kernelLiam1-9/+9
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-4/+4
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-4/+4
2022-12-14Set: Allow setting device nicknameChloe Marcec1-1/+9
2022-10-12general: preliminary support for hblLiam1-2/+77
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
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