summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/settings_server.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-14service: set: Migrate ISettingsServer to new interfacegerman771-11/+26
2024-01-16service: set: Refractor setting serviceNarr the Reg1-60/+1
2024-01-07service: set: Rename filesgerman771-0/+0
2024-01-07service: set: Use official namesgerman771-3/+3
2023-12-16Make system settings persistent across bootsKelebek11-23/+1
2023-08-03service: set: Implement system settings for QlaunchNarr the Reg1-0/+61
2023-03-01service: move hle_ipc from kernelLiam1-11/+11
2022-12-14Set: Allow setting device nicknameChloe Marcec1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-07-30service: ns, set: Add PT_BR (Brazilian Portuguese)Morph1-0/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-1/+5
2020-06-24Implement GetKeyCodeMap & GetKeyCodeMap2David Marcec1-0/+2
2020-03-19set: implement GetRegionCodeDan1-0/+1
2019-06-29set: Implement GetQuestFlagZach Hilman1-0/+1
2018-11-30service/set: Implement MakeLanguageCodeLioncash1-0/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-1/+1
2018-08-26set: Fixed GetAvailableLanguageCodes() to follow the max_entriestech4me1-0/+2
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David1-0/+2
2018-07-23set: Implement GetAvailableLanguageCodeCount()Lioncash1-0/+1
2018-04-29set: Fix GetAvailableLanguageCodes implementation.bunnei1-0/+21
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-03-03Service/Set: add more servicesmailwl1-4/+1
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats1-6/+9
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29ap, aoc_u: Minor cleanup.bunnei1-1/+1
2017-12-28service: Add empty interface for aoc:u.bunnei1-6/+6
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-9/+6
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25