aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/set/set.h
AgeCommit message (Expand)Author
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