summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Service/Set: add more servicesmailwl2018-03-031-4/+1
|
* acc, set, applet_oe: stub various functions, add set service (#105)goaaats2018-01-191-0/+25
* Stubs for various acc:u0 funcs needed * Stub for GetDesiredLanguage in IApplicationFunctions * Add set service + stubs needed for games * Fix formatting * Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes * Remove IProfile::Get(needs more research), fix IPC response sizes