aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/set/set.h
AgeCommit message (Expand)Author
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-04-23general: Convert source file copyright comments over to SPDXMorph
2021-07-30service: ns, set: Add PT_BR (Brazilian Portuguese)Morph
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-06-24Implement GetKeyCodeMap & GetKeyCodeMap2David Marcec
2020-03-19set: implement GetRegionCodeDan
2019-06-28set: Implement GetQuestFlagZach Hilman
2018-11-30service/set: Implement MakeLanguageCodeLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-26set: Fixed GetAvailableLanguageCodes() to follow the max_entriestech4me
2018-08-03Added ability to change username & language code in the settings ui. Added IP...David
2018-07-23set: Implement GetAvailableLanguageCodeCount()Lioncash
2018-04-29set: Fix GetAvailableLanguageCodes implementation.bunnei
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-03-03Service/Set: add more servicesmailwl
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats