aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/set/set_sys.cpp
AgeCommit message (Collapse)Author
2024-01-06service: set: Rename filesgerman77
2024-01-06service: set: Use official namesgerman77
2023-12-22general: properly support multiple memory instancesLiam
2023-12-16Make system settings persistent across bootsKelebek1
2023-11-27set: don't load version nca with null romfsLiam
2023-11-24yuzu: Display firmware versionNarr the Reg
2023-11-19Implemented qlaunch version of the controller appletFrozenAra
2023-10-20set: return version info from system archiveLiam
2023-08-04service: set: Add more system settings and address commentsNarr the Reg
2023-08-02service: set: Implement system settings for QlaunchNarr the Reg
2023-03-01service: move hle_ipc from kernelLiam
2022-12-13Set: Allow setting device nicknameChloe Marcec
2022-10-11general: preliminary support for hblLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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 tablesLioncash
2021-10-07service: Reduce header include overheadMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
Transition to PascalCase for result names.
2021-05-05hle: kernel: Migrate KClientPort to KAutoObject.bunnei
2021-04-08set_sys: Update to 12.xgerman77
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts.
2020-11-26service: Eliminate usages of the global system instanceLioncash
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-27service: Update function tablesLioncash
Updates function tables according to info on SwitchBrew.
2020-04-20service: Update function tablesLioncash
Keeps the service function tables up to date. Updated based off information on SwitchBrew.
2019-11-12service: Update function tablesLioncash
Keeps the function tables up to date. Updated based off information from Switchbrew.
2019-04-11service: Update service function tablesLioncash
Updates function tables based off information from SwitchBrew.
2019-03-11set_sys: Move constants to anonymous namespaceZach Hilman
2019-03-10set_sys: Use official nintendo version stringZach Hilman
2019-03-10set_sys: Use correct error codes in GetFirmwareVersion*Zach Hilman
2019-03-10set_sys: Implement GetFirmwareVersion(2) for libnx hosversionZach Hilman
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 ↵David Marcec
services should now log on some level
2018-07-24set_sys: Implement SetColorSetId()Lioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24set: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
Tidies up namespace declarations
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
* 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 servicesmailwl