aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/set
AgeCommit message (Collapse)Author
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg
2024-02-13service: set: Migrate ISettingsServer to new interfacegerman77
2024-02-01Merge pull request #12780 from german77/touch_resource5liamwhite
service: hid: Fully implement touch resource
2024-01-31Remove a few hacks for clock setups, which seem to no longer be needed, but ↵Kelebek1
fix network clock to local clock on every boot. Also fix some logging strings.
2024-01-29fix build for gcc 11amazingfate
2024-01-28service: hid: Fully implement touch resourceNarr the Reg
2024-01-28Merge pull request #12823 from german77/set-audioliamwhite
service: set: Implement more Qlaunch Settings
2024-01-28Merge pull request #12802 from german77/mii_interfaceliamwhite
service: mii: Migrate service to new interface
2024-01-28service: set: Increase settings versiongerman77
2024-01-28service: set: Implement more Qlaunch Settingsgerman77
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg
2024-01-26Merge pull request #12765 from german77/sys-hidliamwhite
service: set: Implement more settings functions for Qlaunch
2024-01-25service: set: Implement more settings functions for QlaunchNarr the Reg
2024-01-25fs/errors: Unify naming of result codesFearlessTobi
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
Rework time services
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-23service: properly convert buffers to stringsNarr the Reg
2024-01-21service: set: Don't allow invalid mii author idgerman77
2024-01-15service: set: Implement stubbed functionsNarr the Reg
2024-01-15service: set: Refractor setting serviceNarr the Reg
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2024-01-06service: set: Rename filesgerman77
2024-01-06service: set: Use official namesgerman77
2023-12-22general: properly support multiple memory instancesLiam
2023-12-16set: add cstddef for offsetof macroLiam
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-07-21configure_system: Implement with for looplat9nq
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2022-12-13Set: Allow setting device nicknameChloe Marcec
2022-11-23service: Make use of buffer element count helpersLioncash
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-08-01service: set: Correct copy amount in GetAvailableLanguageCodesMorph
2021-07-30service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17Morph
2021-07-30service: ns, set: Add PT_BR (Brazilian Portuguese)Morph
2021-06-28general: Make most settings a BasicSettinglat9nq
Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting.
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-19general: Write buffers before pushing raw argumentsMorph
For consistency with the rest of the service implementations